summaryrefslogtreecommitdiff
path: root/gr-blocks/lib
diff options
context:
space:
mode:
authorTim O'Shea <tim.oshea753@gmail.com>2013-03-15 16:28:45 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-16 23:52:20 -0400
commitcee585e16a6ebba661cec633c1d08c9181a5c8b3 (patch)
treeb07bf0f27ce7e3059c143675c83640c6d19ee251 /gr-blocks/lib
parente3c6f4f9e2841084f0303f435eb252d7325313a1 (diff)
blocks: adding correct link flags for log4cpp
Diffstat (limited to 'gr-blocks/lib')
-rw-r--r--gr-blocks/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt
index 1a322ac82a..ee4658ae34 100644
--- a/gr-blocks/lib/CMakeLists.txt
+++ b/gr-blocks/lib/CMakeLists.txt
@@ -247,6 +247,7 @@ list(APPEND blocks_libs
volk
${Boost_LIBRARIES}
${BLOCKS_LIBRARIES}
+ ${LOG4CPP_LIBRARIES}
)
add_library(gnuradio-blocks SHARED ${gr_blocks_sources})