summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/InterfaceLibrary/RunCMakeTest.cmake
blob: b84bc33a07088c976a7e29a60eb84c0f52489253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include(RunCMake)

run_cmake(invalid_name)
run_cmake(target_commands)
run_cmake(no_shared_libs)
run_cmake(invalid_signature)
run_cmake(global-interface)
run_cmake(genex_link)
run_cmake(add_custom_command-TARGET)
run_cmake(IMPORTED_LIBNAME-bad-value)
run_cmake(IMPORTED_LIBNAME-non-iface)
run_cmake(IMPORTED_LIBNAME-non-imported)