mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
7 lines
167 B
CMake
7 lines
167 B
CMake
include(CMakePrintHelpers)
|
|
|
|
add_library(foo INTERFACE)
|
|
set_property(TARGET foo PROPERTY MY_PROP "val")
|
|
|
|
cmake_print_properties(TARGETS foo PROPERTIES MY_PROP NOT_SET)
|