summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/interface_library/RunCMakeTest.cmake
blob: 9ca9a771437231391f6700cf94448ddb51a80fe8 (plain)
1
2
3
4
5
6
7
8
9
include(RunCMake)

run_cmake(invalid_name)
run_cmake(target_commands)
run_cmake(no_shared_libs)
run_cmake(whitelist)
run_cmake(invalid_signature)
run_cmake(genex_link)
run_cmake(add_dependencies)