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