3 lines
78 B
CMake
3 lines
78 B
CMake
|
project(MyProject VERSION 1 LANGUAGES NONE)
|
||
|
message("This line not reached.")
|