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