Files
CMake/Tests/RunCMake/install/CODE-genex.cmake
2018-06-07 13:18:23 -04:00

3 lines
112 B
CMake

add_library( codegenexlib INTERFACE )
install(CODE "message( STATUS \"$<TARGET_PROPERTY:codegenexlib,NAME>\")")