diff options
author | Josh Blum | 2011-10-23 15:43:03 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-23 15:43:03 -0700 |
commit | faf7dea043728056bed5a7eb0529162eb7d9f932 (patch) | |
tree | 339c17303ebd727c8c2aacf9c26a2bd99ee739dc /gr-video-sdl/src/CMakeLists.txt | |
parent | 9b58dc91c0bf5a87128a24d8e22a8e19aa974c9f (diff) | |
download | gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.gz gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.tar.bz2 gnuradio-faf7dea043728056bed5a7eb0529162eb7d9f932.zip |
the libraries
Diffstat (limited to 'gr-video-sdl/src/CMakeLists.txt')
-rw-r--r-- | gr-video-sdl/src/CMakeLists.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gr-video-sdl/src/CMakeLists.txt b/gr-video-sdl/src/CMakeLists.txt index 9ad5fcbb1..9d0c2c457 100644 --- a/gr-video-sdl/src/CMakeLists.txt +++ b/gr-video-sdl/src/CMakeLists.txt @@ -46,14 +46,7 @@ list(APPEND video_sdl_libs add_library(gnuradio-video-sdl SHARED ${gr_video_sdl_sources}) target_link_libraries(gnuradio-video-sdl ${video_sdl_libs}) -set_target_properties(gnuradio-video-sdl PROPERTIES DEFINE_SYMBOL "gnuradio_video_sdl_EXPORTS") -set_target_properties(gnuradio-video-sdl PROPERTIES SOVERSION ${LIBVER}) - -install(TARGETS gnuradio-video-sdl - LIBRARY DESTINATION ${GR_LIBRARY_DIR} COMPONENT "video_sdl_runtime" # .so/.dylib file - ARCHIVE DESTINATION ${GR_LIBRARY_DIR} COMPONENT "video_sdl_devel" # .lib file - RUNTIME DESTINATION ${GR_RUNTIME_DIR} COMPONENT "video_sdl_runtime" # .dll file -) +GR_LIBRARY_FOO(gnuradio-video-sdl RUNTIME_COMPONENT "video_sdl_runtime" DEVEL_COMPONENT "video_sdl_devel") ######################################################################## # Install public header files |