2012-11-02 15:47:40 +01:00
|
|
|
include(RunCMake)
|
|
|
|
|
|
|
|
run_cmake(invalid_name)
|
|
|
|
run_cmake(target_commands)
|
2013-11-12 10:13:15 +01:00
|
|
|
run_cmake(no_shared_libs)
|
2013-11-25 16:23:11 +01:00
|
|
|
run_cmake(whitelist)
|
2013-12-31 14:52:07 +01:00
|
|
|
run_cmake(invalid_signature)
|
2014-02-07 15:38:49 +01:00
|
|
|
run_cmake(global-interface)
|
2013-12-09 19:12:57 +01:00
|
|
|
run_cmake(genex_link)
|
2013-12-25 15:11:50 +01:00
|
|
|
run_cmake(add_dependencies)
|
2014-03-19 15:50:01 +01:00
|
|
|
run_cmake(add_custom_command-TARGET)
|