diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-03-15 16:28:45 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-16 23:52:20 -0400 |
commit | cee585e16a6ebba661cec633c1d08c9181a5c8b3 (patch) | |
tree | b07bf0f27ce7e3059c143675c83640c6d19ee251 /gr-blocks/lib | |
parent | e3c6f4f9e2841084f0303f435eb252d7325313a1 (diff) |
blocks: adding correct link flags for log4cpp
Diffstat (limited to 'gr-blocks/lib')
-rw-r--r-- | gr-blocks/lib/CMakeLists.txt | 1 |
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}) |