summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/install/CODE-genex.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/install/CODE-genex.cmake')
-rw-r--r--Tests/RunCMake/install/CODE-genex.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/install/CODE-genex.cmake b/Tests/RunCMake/install/CODE-genex.cmake
new file mode 100644
index 0000000..3b8513d
--- /dev/null
+++ b/Tests/RunCMake/install/CODE-genex.cmake
@@ -0,0 +1,2 @@
+add_library( codegenexlib INTERFACE )
+install(CODE "message( STATUS \"$<TARGET_PROPERTY:codegenexlib,NAME>\")")