diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-18 16:40:44 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-18 16:40:44 -0800 |
commit | 35bcf1c6e696c9f05297c39ba05b4117dfeb8e17 (patch) | |
tree | 0b95b3b231d5e502a157acaba8b1e1067f0b3b15 /host/lib | |
parent | e24a1e88f62794d8d89736e54cb64242e008c209 (diff) | |
download | uhd-35bcf1c6e696c9f05297c39ba05b4117dfeb8e17.tar.gz uhd-35bcf1c6e696c9f05297c39ba05b4117dfeb8e17.tar.bz2 uhd-35bcf1c6e696c9f05297c39ba05b4117dfeb8e17.zip |
created config.hpp to handle export macros, added exports to public api stuff
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 46e1b0947..8e6bd693c 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -61,6 +61,8 @@ ADD_LIBRARY(uhd SHARED ${libuhd_sources}) TARGET_LINK_LIBRARIES(uhd ${Boost_LIBRARIES}) +SET_TARGET_PROPERTIES(uhd PROPERTIES DEFINE_SYMBOL "UHD_DLL_EXPORTS") + INSTALL(TARGETS uhd LIBRARY DESTINATION ${LIBRARY_DIR} ARCHIVE DESTINATION ${LIBRARY_DIR} |