summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-03 17:24:50 -0500
committerTom Rondeau <trondeau@vt.edu>2013-03-03 17:24:50 -0500
commit5fe234f18360b4680a7b9fef1eb710cb7fe37a07 (patch)
treec6d4466e20ce9f3e2c5742305a379b2e5918b853 /gr-atsc
parentdb5fd745919ac0f4bff5fbd528ebeff13536b057 (diff)
parent4fd16922d4e7ae2e5fd9dd048a873cbef409a7ff (diff)
Merge branch 'gr_log'
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/src/lib/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-atsc/src/lib/CMakeLists.txt b/gr-atsc/src/lib/CMakeLists.txt
index 3d2b84a03c..50c7cbc6ea 100644
--- a/gr-atsc/src/lib/CMakeLists.txt
+++ b/gr-atsc/src/lib/CMakeLists.txt
@@ -30,6 +30,9 @@ include_directories(
link_directories(${Boost_LIBRARY_DIRS})
+include_directories(${LOG4CXX_INCLUDE_DIRS})
+link_directories(${LOG4CXX_LIBRARY_DIRS})
+
########################################################################
# Generate viterbi mux source
# http://www.vtk.org/Wiki/CMake_Cross_Compiling#Using_executables_in_the_build_created_during_the_build
@@ -98,6 +101,7 @@ list(APPEND gr_atsc_sources
list(APPEND atsc_libs
gnuradio-core
${Boost_LIBRARIES}
+ ${LOG4CXX_LIBRARIES}
)
add_library(gnuradio-atsc SHARED ${gr_atsc_sources})