2020-08-30 11:54:41 +02:00
|
|
|
include(RunCMake)
|
|
|
|
|
2021-09-14 00:13:48 +02:00
|
|
|
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)
|
2020-08-30 11:54:41 +02:00
|
|
|
if(RunCMake_GENERATOR MATCHES "(Ninja|Makefile)")
|
2021-09-14 00:13:48 +02:00
|
|
|
run_cmake(link_depends)
|
2020-08-30 11:54:41 +02:00
|
|
|
endif()
|