You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
file(GENERATE OUTPUT $<CONFIG>.txt CONTENT "$<CONFIG>\n")
|
|
file(TOUCH ${CMAKE_BINARY_DIR}/global.txt)
|
|
set_directory_properties(PROPERTIES ADDITIONAL_CLEAN_FILES "$<CONFIG>.txt;global.txt")
|