I have some libraries that I install using make install in a specific folder. However, when I run ( Alt Shift F10 ), it only does the make and not the make install.
Is there any way I can force CLion to do a make install before it runs the binary.
I have some libraries that I install using make install in a specific folder. However, when I run ( Alt Shift F10 ), it only does the make and not the make install.
Is there any way I can force CLion to do a make install before it runs the binary.