summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-23 15:43:03 -0700
committerJosh Blum <josh@joshknows.com>2011-10-23 15:43:03 -0700
commitfaf7dea043728056bed5a7eb0529162eb7d9f932 (patch)
tree339c17303ebd727c8c2aacf9c26a2bd99ee739dc /gnuradio-core/src
parent9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f (diff)
the libraries
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/gnuradio-core/src/lib/CMakeLists.txt b/gnuradio-core/src/lib/CMakeLists.txt
index 2e0d957981..52339fc6c9 100644
--- a/gnuradio-core/src/lib/CMakeLists.txt
+++ b/gnuradio-core/src/lib/CMakeLists.txt
@@ -70,17 +70,10 @@ endif()
add_library(gnuradio-core SHARED ${gnuradio_core_sources})
target_link_libraries(gnuradio-core ${gnuradio_core_libs})
-set_target_properties(gnuradio-core PROPERTIES DEFINE_SYMBOL "gnuradio_core_EXPORTS")
-set_target_properties(gnuradio-core PROPERTIES SOVERSION ${LIBVER})
+GR_LIBRARY_FOO(gnuradio-core RUNTIME_COMPONENT "core_runtime" DEVEL_COMPONENT "core_devel")
#avoid fftw and gsl link in dependent libraries:
set_target_properties(gnuradio-core PROPERTIES LINK_INTERFACE_LIBRARIES "gruel")
-install(TARGETS gnuradio-core
- LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "core_runtime" # .so/.dylib file
- ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "core_devel" # .lib file
- RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "core_runtime" # .dll file
-)
-
########################################################################
# Setup executables
########################################################################