mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-21 23:38:33 -05:00
b655865bbf
Add a new signature to help populate INTERFACE_LINK_LIBRARIES and LINK_LIBRARIES cleanly in a single call. Add policy CMP0023 to control whether the keyword signatures can be mixed with uses of the plain signatures on the same target.
9 lines
189 B
CMake
9 lines
189 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(CMP0023-WARN)
|
|
run_cmake(CMP0023-NEW)
|
|
run_cmake(CMP0023-WARN-2)
|
|
run_cmake(CMP0023-NEW-2)
|
|
run_cmake(MixedSignature)
|
|
run_cmake(Separate-PRIVATE-LINK_PRIVATE-uses)
|