commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 05/12: modtool: linkage info for OSX


From: git
Subject: [Commit-gnuradio] [gnuradio] 05/12: modtool: linkage info for OSX
Date: Thu, 16 Jan 2014 20:33:25 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch master
in repository gnuradio.

commit 5743258c3329824761de2823a8b59fd91a992965
Author: Martin Braun <address@hidden>
Date:   Wed Jan 15 18:43:42 2014 +0100

    modtool: linkage info for OSX
---
 gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt 
b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
index de53723..05e1fcf 100644
--- a/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
+++ b/gr-utils/python/modtool/gr-newmod/lib/CMakeLists.txt
@@ -32,6 +32,12 @@ add_library(gnuradio-howto SHARED ${howto_sources})
 target_link_libraries(gnuradio-howto ${Boost_LIBRARIES} 
${GNURADIO_ALL_LIBRARIES})
 set_target_properties(gnuradio-howto PROPERTIES DEFINE_SYMBOL 
"gnuradio_howto_EXPORTS")
 
+if(APPLE)
+    set_target_properties(gnuradio-howto PROPERTIES
+        INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib"
+    )
+endif(APPLE)
+
 ########################################################################
 # Install built library files
 ########################################################################



reply via email to

[Prev in Thread] Current Thread [Next in Thread]