CMAKE_CXX_FLAGS..., CMAKE_C_FLAGS... and CMAKE_C_STANDARD_LIBRARIES_INIT and friends are seemingly global variables. Is there a way to override (all of) these on a per target basis? A method which is not tied to the directory (properties). One that does not simply append such as COMPILE_FLAGS, but blasts away and makes it what I specify? Basically all the goop in Windows-icl.cmake, Windows-cl.cmake, etc. Possibly involving set_target_properties?<br>