cmake/Tests/RunCMake/PrintHelpers/Properties-stdout.txt
2022-08-04 22:12:04 +02:00

15 lines
476 B
Plaintext

.*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\".*