5 lines
69 B
CMake
5 lines
69 B
CMake
|
|
||
|
cmake_policy(SET CMP0045 NEW)
|
||
|
|
||
|
get_target_property(result tgt TYPE)
|