summaryrefslogtreecommitdiff
path: root/gruel/src/lib
diff options
context:
space:
mode:
authorJosh Blum2011-10-23 15:43:03 -0700
committerJosh Blum2011-10-23 15:43:03 -0700
commitfaf7dea043728056bed5a7eb0529162eb7d9f932 (patch)
tree339c17303ebd727c8c2aacf9c26a2bd99ee739dc /gruel/src/lib
parent9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f (diff)
downloadgnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.gz
gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.bz2
gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.zip
the libraries
Diffstat (limited to 'gruel/src/lib')
-rw-r--r--gruel/src/lib/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/gruel/src/lib/CMakeLists.txt b/gruel/src/lib/CMakeLists.txt
index b54e644bc..a6aa1d992 100644
--- a/gruel/src/lib/CMakeLists.txt
+++ b/gruel/src/lib/CMakeLists.txt
@@ -82,14 +82,7 @@ list(APPEND gruel_sources
add_library(gruel SHARED ${gruel_sources})
target_link_libraries(gruel ${Boost_LIBRARIES})
-set_target_properties(gruel PROPERTIES DEFINE_SYMBOL "gruel_EXPORTS")
-set_target_properties(gruel PROPERTIES SOVERSION ${LIBVER})
-
-install(TARGETS gruel
- LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "gruel_runtime" # .so/.dylib file
- ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "gruel_devel" # .lib file
- RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "gruel_runtime" # .dll file
-)
+GR_LIBRARY_FOO(gruel RUNTIME_COMPONENT "gruel_runtime" DEVEL_COMPONENT "gruel_devel")
########################################################################
# Setup tests