summaryrefslogtreecommitdiffstats
path: root/signet
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-11-25 17:35:13 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-11-25 17:35:13 -0500
commit2134514425d6b0f034f675ca87ec53e0462ade9c (patch)
tree5a0221e498bf7ca95a1312921df6368755541ef2 /signet
parent47deaf7351208c751ce557692db3549c19b20e6b (diff)
downloadsigen-2134514425d6b0f034f675ca87ec53e0462ade9c.tar.gz
sigen-2134514425d6b0f034f675ca87ec53e0462ade9c.tar.xz
sigen-2134514425d6b0f034f675ca87ec53e0462ade9c.zip
Added exports to install targets for libraries and preliminary install targets for the exports themselves
Diffstat (limited to 'signet')
-rw-r--r--signet/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/signet/CMakeLists.txt b/signet/CMakeLists.txt
index 99bc6756..2c5c075a 100644
--- a/signet/CMakeLists.txt
+++ b/signet/CMakeLists.txt
@@ -65,12 +65,27 @@ TARGET_LINK_LIBRARIES(signet LINK_INTERFACE_LIBRARIES
INSTALL(
TARGETS
signet
+ EXPORT
+ signet_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
+# INSTALL(
+# EXPORT
+# signet_EXPORTS
+# NAMESPACE
+# sigen_
+# DESTINATION
+# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
+# FILE
+# SignetExportedLibraryTargets.cmake
+# COMPONENT
+# development
+# )
+
INSTALL(
FILES
${signet_HEADERS}