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

run_cmake(add_custom_target)
run_cmake(add_custom_command)
run_cmake(install)
run_cmake(add_executable)
run_cmake(add_library)
run_cmake(add_test)
run_cmake(target_sources)
run_cmake(target_compile_definitions)
run_cmake(target_compile_options)
run_cmake(target_include_directories)
run_cmake(target_link_libraries)
run_cmake(target_link_directories)
run_cmake(try_compile)
if(RunCMake_GENERATOR MATCHES "(Ninja|Makefile)")
  run_cmake(link_depends)
endif()