![]() | 1 | initial version |
Yes you can you the set_target_properties
command to set many things including compiler flags just for one target.
You would add:
set_target_properties(<your_binary> PROPERTIES COMPILE_FLAGS "<your custom flags>" )
See the CMake documentation for more details.