summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-11-30 11:54:51 -0500
committerBen Boeckel <MathStuf@gmail.com>2008-11-30 11:54:51 -0500
commit2fe921caa1eef7c4d1be4cdd884d288deb47cf57 (patch)
tree193f046852914a0ff37dea0f444f26a56a7e9159
parente37c565c5461cb28d7fe9672eae2f99726122a7a (diff)
downloadsigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.tar.gz
sigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.tar.xz
sigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.zip
Fixed the exporting with the libraries
-rw-r--r--CMakeLists.txt13
-rw-r--r--sigbattle/CMakeLists.txt15
-rw-r--r--sigcore/CMakeLists.txt15
-rw-r--r--sigmod/CMakeLists.txt15
-rw-r--r--signet/CMakeLists.txt15
-rw-r--r--sigscript/CMakeLists.txt15
-rw-r--r--sigworld/CMakeLists.txt15
7 files changed, 19 insertions, 84 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07e457eb..ed7ac673 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,6 +98,19 @@ IF (DOXYGEN_FOUND AND UNIX)
ENDIF (DOXYGEN_FOUND AND UNIX)
INSTALL(
+ EXPORT
+ sigen_EXPORTS
+ NAMESPACE
+ sigen_
+ DESTINATION
+ ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
+ FILE
+ SigenExportedLibraryTargets.cmake
+ COMPONENT
+ development
+)
+
+INSTALL(
FILES
DISCLAIMER
LICENSE
diff --git a/sigbattle/CMakeLists.txt b/sigbattle/CMakeLists.txt
index 23674b5c..a48e6fc2 100644
--- a/sigbattle/CMakeLists.txt
+++ b/sigbattle/CMakeLists.txt
@@ -56,26 +56,13 @@ INSTALL(
TARGETS
sigbattle
EXPORT
- sigbattle_EXPORTS
+ sigen_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
-# INSTALL(
-# EXPORT
-# sigbattle_EXPORTS
-# NAMESPACE
-# sigen_
-# DESTINATION
-# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
-# FILE
-# SigbattleExportedLibraryTargets.cmake
-# COMPONENT
-# development
-# )
-
INSTALL(
FILES
${sigbattle_HEADERS}
diff --git a/sigcore/CMakeLists.txt b/sigcore/CMakeLists.txt
index 17dafaca..bf570239 100644
--- a/sigcore/CMakeLists.txt
+++ b/sigcore/CMakeLists.txt
@@ -36,26 +36,13 @@ INSTALL(
TARGETS
sigcore
EXPORT
- sigcore_EXPORTS
+ sigen_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
-# INSTALL(
-# EXPORT
-# sigcore_EXPORTS
-# NAMESPACE
-# sigen_
-# DESTINATION
-# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
-# FILE
-# SigcoreExportedLibraryTargets.cmake
-# COMPONENT
-# development
-# )
-
INSTALL(
FILES
${sigcore_HEADERS}
diff --git a/sigmod/CMakeLists.txt b/sigmod/CMakeLists.txt
index 9a5c9aca..69d856e6 100644
--- a/sigmod/CMakeLists.txt
+++ b/sigmod/CMakeLists.txt
@@ -107,26 +107,13 @@ INSTALL(
TARGETS
sigmod
EXPORT
- sigmod_EXPORTS
+ sigen_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
-# INSTALL(
-# EXPORT
-# sigmod_EXPORTS
-# NAMESPACE
-# sigen_
-# DESTINATION
-# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
-# FILE
-# SigmodExportedLibraryTargets.cmake
-# COMPONENT
-# development
-# )
-
INSTALL(
FILES
${sigmod_HEADERS}
diff --git a/signet/CMakeLists.txt b/signet/CMakeLists.txt
index 5848aa5a..08f7b342 100644
--- a/signet/CMakeLists.txt
+++ b/signet/CMakeLists.txt
@@ -65,26 +65,13 @@ INSTALL(
TARGETS
signet
EXPORT
- signet_EXPORTS
+ sigen_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}
diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt
index 6749cecb..0c99a07f 100644
--- a/sigscript/CMakeLists.txt
+++ b/sigscript/CMakeLists.txt
@@ -110,26 +110,13 @@ INSTALL(
TARGETS
sigscript
EXPORT
- sigscript_EXPORTS
+ sigen_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}
diff --git a/sigworld/CMakeLists.txt b/sigworld/CMakeLists.txt
index 39784adf..d6a83672 100644
--- a/sigworld/CMakeLists.txt
+++ b/sigworld/CMakeLists.txt
@@ -45,26 +45,13 @@ INSTALL(
TARGETS
sigworld
EXPORT
- sigworld_EXPORTS
+ sigen_EXPORTS
DESTINATION
${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}
COMPONENT
runtime
)
-# INSTALL(
-# EXPORT
-# sigworld_EXPORTS
-# NAMESPACE
-# sigen_
-# DESTINATION
-# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules
-# FILE
-# SigworldExportedLibraryTargets.cmake
-# COMPONENT
-# development
-# )
-
INSTALL(
FILES
${sigworld_HEADERS}