summaryrefslogtreecommitdiff
path: root/gr-noaa/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 /gr-noaa/lib
parent9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f (diff)
downloadgnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.gz
gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.bz2
gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.zip
the libraries
Diffstat (limited to 'gr-noaa/lib')
-rw-r--r--gr-noaa/lib/CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/gr-noaa/lib/CMakeLists.txt b/gr-noaa/lib/CMakeLists.txt
index a3509df84..7bac21e4a 100644
--- a/gr-noaa/lib/CMakeLists.txt
+++ b/gr-noaa/lib/CMakeLists.txt
@@ -44,14 +44,7 @@ list(APPEND noaa_libs
add_library(gnuradio-noaa SHARED ${gr_noaa_sources})
target_link_libraries(gnuradio-noaa ${noaa_libs})
-set_target_properties(gnuradio-noaa PROPERTIES DEFINE_SYMBOL "gnuradio_noaa_EXPORTS")
-set_target_properties(gnuradio-noaa PROPERTIES SOVERSION ${LIBVER})
-
-install(TARGETS gnuradio-noaa
- LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "noaa_runtime" # .so/.dylib file
- ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "noaa_devel" # .lib file
- RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "noaa_runtime" # .dll file
-)
+GR_LIBRARY_FOO(gnuradio-noaa RUNTIME_COMPONENT "noaa_runtime" DEVEL_COMPONENT "noaa_devel")
########################################################################
# Install header files