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.
24 lines
424 B
24 lines
424 B
include(RunCMake)
|
|
|
|
run_cmake(BadArg1)
|
|
run_cmake(BadArg2)
|
|
run_cmake(BadArg3)
|
|
|
|
run_cmake(QueryList)
|
|
run_cmake(QueryKeys)
|
|
|
|
run_cmake(UnitTest)
|
|
run_cmake(Exherbo)
|
|
run_cmake(Ubuntu)
|
|
|
|
run_cmake(CentOS6)
|
|
run_cmake(Debian6)
|
|
|
|
run_cmake(UserFallbackScript)
|
|
|
|
if(RunCMake_GENERATOR MATCHES "^Visual Studio " AND NOT RunCMake_GENERATOR STREQUAL "Visual Studio 9 2008")
|
|
run_cmake(VsMSBuild)
|
|
else()
|
|
run_cmake(VsMSBuildMissing)
|
|
endif()
|