summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/CODE-genex.cmake
blob: 3b8513d64012c752659b0f3887e94342a16fc63c (plain)
1
2
add_library( codegenexlib INTERFACE )
install(CODE "message( STATUS \"$<TARGET_PROPERTY:codegenexlib,NAME>\")")