3 lines
103 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
install(CODE "message(STATUS \"exclude\")")
2021-09-14 00:13:48 +02:00
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)