https://github.com/Kitware/CMake
Raw File
Tip revision: b5c54d9c8a1fdfdbf1a133040029a4924b69185e authored by Brad King on 25 July 2023, 17:58:09 UTC
CMake 3.27.1
Tip revision: b5c54d9
Properties-stdout.txt
.*Properties for TARGET nothing:.*
.*nothing.LINKER_LANGUAGE = <NOTFOUND>.*
.*nothing.TYPE = \"STATIC_LIBRARY\".*
.*Properties for TARGET something:.*
.*something.LINKER_LANGUAGE = <NOTFOUND>.*
.*something.TYPE = \"EXECUTABLE\".*
+
.*
.*Properties for SOURCE nothing.c:.*
.*nothing.c.COMPILE_DEFINITIONS = <NOTFOUND>.*
.*nothing.c.LANGUAGE = \"C\".*
.*Properties for SOURCE something.c:.*
.*something.c.COMPILE_DEFINITIONS = \"SOMETHING=1\".*
.*something.c.LANGUAGE = \"C\".*
back to top