cmake/Tests/RunCMake/install/CMP0087-WARN.cmake

3 lines
112 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
add_library( codegenexlib INTERFACE )
install(CODE "message( STATUS \"$<TARGET_PROPERTY:codegenexlib,NAME>\")")