In a GCC compiled project,
- How do I run CMake for each target type (debug/release)?
- How do I specify debug and release C/C++ flags using CMake?
- How do I express that the main executable will be compiled with
g++
and one nested library withgcc
?
In a GCC compiled project,
g++
and one nested library with gcc
?