mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
fe4b25ec2f
Now, several `INTERFACE_*` properties can be set on `IMPORTED` targets, not only via `set_property` and `set_target_properties` but also via `target_compile_definitions`, `target_compile_features`, `target_compile_options`, `target_include_directories`, `target_sources` and `target_link_libraries`. Fixes: #15689 Issue: #17197
16 lines
413 B
CMake
16 lines
413 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0023-WARN)
|
|
run_cmake(CMP0023-NEW)
|
|
run_cmake(CMP0023-WARN-2)
|
|
run_cmake(CMP0023-NEW-2)
|
|
run_cmake(ImportedTarget)
|
|
run_cmake(ImportedTargetFailure)
|
|
run_cmake(MixedSignature)
|
|
run_cmake(Separate-PRIVATE-LINK_PRIVATE-uses)
|
|
run_cmake(SubDirTarget)
|
|
run_cmake(SharedDepNotTarget)
|
|
run_cmake(StaticPrivateDepNotExported)
|
|
run_cmake(StaticPrivateDepNotTarget)
|
|
run_cmake(UNKNOWN-IMPORTED-GLOBAL)
|