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.
17 lines
406 B
17 lines
406 B
include(RunCMake)
|
|
include(${CMAKE_CURRENT_LIST_DIR}/solution_parsing.cmake)
|
|
|
|
run_cmake(OnePre)
|
|
run_cmake(OnePost)
|
|
run_cmake(MorePre)
|
|
run_cmake(MorePost)
|
|
run_cmake(PrePost)
|
|
run_cmake(Override1)
|
|
run_cmake(Override2)
|
|
run_cmake(StartupProject)
|
|
run_cmake(StartupProjectMissing)
|
|
|
|
if(RunCMake_GENERATOR MATCHES "Visual Studio ([^7]|[7][0-9])" AND NOT NO_USE_FOLDERS)
|
|
run_cmake(StartupProjectUseFolders)
|
|
endif()
|