[CMake] File-specific build directives

eblotml at free.fr eblotml at free.fr
Wed Jul 15 07:56:05 EDT 2009


Hi,

What is the best way, in a CMakeLists.txt file, to define specific build directive(s) for one or more C/C++ files, while other files are built with the default directives?

As an example, how to apply "-O2" for one or more files, while building the remaining file with "-Os"?

TIA,
Manu


More information about the CMake mailing list