mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
10 lines
290 B
CMake
10 lines
290 B
CMake
set(properties
|
|
# property expected alias
|
|
# Linking properties
|
|
"LINK_LIBRARIES_ONLY_TARGETS" "OFF" "<SAME>"
|
|
)
|
|
|
|
prepare_target_types(normal_non_imported
|
|
EXECUTABLE SHARED STATIC MODULE OBJECT INTERFACE)
|
|
run_property_tests(normal_non_imported properties)
|