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.
11 lines
214 B
11 lines
214 B
12 years ago
|
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)
|