Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
PrintHelpers
/
PrintPropertiesBackwardCompat.cmake
blob: c7c0c9d9dec8e66b5aa83ce0786d34711b2f606e [
file
] [
edit
]
include
(
CMakePrintHelpers
)
add_library
(
foo INTERFACE
)
set_property
(
TARGET foo PROPERTY MY_PROP
"val"
)
cmake_print_properties
(
TARGETS foo PROPERTIES MY_PROP NOT_SET
)