summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-LINK_LANGUAGE/RunCMakeTest.cmake
blob: 53320ac5a9f9c6ba767a324945d3fc16228e36a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(RunCMake)

run_cmake(add_custom_target)
run_cmake(add_custom_command)
run_cmake(install)
run_cmake(target_sources)
run_cmake(add_executable)
run_cmake(add_library)
run_cmake(add_test)
run_cmake(unknown-lang)
run_cmake(wrong-usage1)
run_cmake(wrong-usage2)
run_cmake(wrong-usage3)
run_cmake(wrong-usage4)
run_cmake(file_generate)