4 lines
91 B
CMake
4 lines
91 B
CMake
define_property(TARGET PROPERTY Test_PROP1
|
|
INITIALIZE_FROM_VARIABLE CMAKE_Test_PROP1
|
|
)
|