summaryrefslogtreecommitdiffstats
path: root/sigscript
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript')
-rw-r--r--sigscript/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt
index 103a9a13..cb573075 100644
--- a/sigscript/CMakeLists.txt
+++ b/sigscript/CMakeLists.txt
@@ -110,12 +110,27 @@ TARGET_LINK_LIBRARIES(sigscript LINK_INTERFACE_LIBRARIES
INSTALL(
TARGETS
sigscript
+ EXPORT
+ sigscript_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
+# INSTALL(
+# EXPORT
+# sigscript_EXPORTS
+# NAMESPACE
+# sigen_
+# DESTINATION
+# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
+# FILE
+# SigscriptExportedLibraryTargets.cmake
+# COMPONENT
+# development
+# )
+
INSTALL(
FILES
${sigscript_HEADERS}