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

run_cmake(invalid_name)
run_cmake(target_commands)
run_cmake(no_shared_libs)
run_cmake(whitelist)
run_cmake(invalid_signature)
run_cmake(global-interface)
run_cmake(genex_link)
run_cmake(add_custom_command-TARGET)