3 lines
103 B
CMake
3 lines
103 B
CMake
install(CODE "message(STATUS \"exclude\")")
|
|
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
|