summaryrefslogtreecommitdiffstats
path: root/sigworld
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 /sigworld
parente37c565c5461cb28d7fe9672eae2f99726122a7a (diff)
downloadsigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.tar.gz
sigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.tar.xz
sigen-2fe921caa1eef7c4d1be4cdd884d288deb47cf57.zip
Fixed the exporting with the libraries
Diffstat (limited to 'sigworld')
-rw-r--r--sigworld/CMakeLists.txt15
1 files changed, 1 insertions, 14 deletions
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}