4 lines
92 B
CMake
4 lines
92 B
CMake
define_property(TARGET PROPERTY Test_PROP1
|
|
INITIALIZE_FROM_VARIABLE _CMAKE_Test_PROP1
|
|
)
|