mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The install({TARGETS, EXPORT}) versions of the command now accept ALIAS
targets. The behavior is identical to what would happen if the name of
the target that the ALIAS references were put instead. The
export(TARGETS) command also has the same support and behavior for ALIAS
targets now.
Closes: #20979
36 lines
1.0 KiB
CMake
36 lines
1.0 KiB
CMake
include(RunCMake)
|
|
|
|
run_cmake(no-targets)
|
|
run_cmake(multiple-targets)
|
|
run_cmake(duplicate-target-CMP0107-OLD)
|
|
run_cmake(duplicate-target-CMP0107-NEW)
|
|
run_cmake(exclude-from-all)
|
|
run_cmake(imported)
|
|
run_cmake(invalid-name)
|
|
run_cmake(invalid-target)
|
|
run_cmake(imported-global-target)
|
|
run_cmake(imported-target)
|
|
run_cmake(alias-target)
|
|
run_cmake(set_property)
|
|
run_cmake(set_property-ALIAS_GLOBAL)
|
|
run_cmake(get_property)
|
|
run_cmake(generator-expression)
|
|
run_cmake(set_target_properties)
|
|
run_cmake(set_target_properties-ALIAS_GLOBAL)
|
|
run_cmake(target_link_libraries)
|
|
run_cmake(target_compile_definitions)
|
|
run_cmake(target_compile_features)
|
|
run_cmake(target_compile_options)
|
|
run_cmake(target_include_directories)
|
|
run_cmake(target_link_directories)
|
|
run_cmake(target_link_options)
|
|
run_cmake(target_precompile_headers)
|
|
run_cmake(target_sources)
|
|
run_cmake(export)
|
|
run_cmake(export-alias-and-target)
|
|
run_cmake(install-export)
|
|
run_cmake(name-conflict)
|
|
run_cmake(add_dependencies)
|
|
run_cmake(add_executable-library)
|
|
run_cmake(add_library-executable)
|