aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fcd
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-12 23:04:03 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-12 23:04:03 +0200
commit52b5a8a4d38f42c8b256ae422e1e9910a3fd9b8a (patch)
tree7532efdbad534525587f50172f7ab12f45b40eff /lib/fcd
parent1097fd7aba08d6cc2e34b708922cee0008a94089 (diff)
uhd: added UHD as dependency for the gr-uhd based module
this may be required for compilation since the gnuradio trunk doesn't provide UHD's include path via pkg-config.
Diffstat (limited to 'lib/fcd')
-rw-r--r--lib/fcd/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/fcd/CMakeLists.txt b/lib/fcd/CMakeLists.txt
index c89fc60..32630fc 100644
--- a/lib/fcd/CMakeLists.txt
+++ b/lib/fcd/CMakeLists.txt
@@ -21,7 +21,10 @@
# This file included, use CMake directory variables
########################################################################
-include_directories(APPEND ${CMAKE_CURRENT_SOURCE_DIR} ${GNURADIO_FCD_INCLUDE_DIRS})
+include_directories(APPEND
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${GNURADIO_FCD_INCLUDE_DIRS}
+)
set(fcd_srcs
${CMAKE_CURRENT_SOURCE_DIR}/fcd_source.cc