From faf7dea043728056bed5a7eb0529162eb7d9f932 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 23 Oct 2011 15:43:03 -0700 Subject: the libraries --- gr-atsc/src/lib/CMakeLists.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gr-atsc') diff --git a/gr-atsc/src/lib/CMakeLists.txt b/gr-atsc/src/lib/CMakeLists.txt index 906a86b3f..1d4501d27 100644 --- a/gr-atsc/src/lib/CMakeLists.txt +++ b/gr-atsc/src/lib/CMakeLists.txt @@ -101,14 +101,7 @@ list(APPEND atsc_libs add_library(gnuradio-atsc SHARED ${gr_atsc_sources}) target_link_libraries(gnuradio-atsc ${atsc_libs}) -set_target_properties(gnuradio-atsc PROPERTIES DEFINE_SYMBOL "gnuradio_atsc_EXPORTS") -set_target_properties(gnuradio-atsc PROPERTIES SOVERSION ${LIBVER}) - -install(TARGETS gnuradio-atsc - LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "atsc_runtime" # .so/.dylib file - ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "atsc_devel" # .lib file - RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "atsc_runtime" # .dll file -) +GR_LIBRARY_FOO(gnuradio-atsc RUNTIME_COMPONENT "atsc_runtime" DEVEL_COMPONENT "atsc_devel") ######################################################################## # Build and register unit test -- cgit