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
committerJohnathan Corgan <johnathan@corganlabs.com>2013-03-15 14:41:41 -0700
commit76c39fd41f0967490f79cb521ace88f5ab4adb98 (patch)
tree683373487b85d4a7e6b773962cd85dc3ca5bda09 /gr-blocks/lib
parent27990ca9e236931e39a830e48f0a1efe13ec085f (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})