diff options
Diffstat (limited to 'gr-uhd/examples/c++/CMakeLists.txt')
-rw-r--r-- | gr-uhd/examples/c++/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/examples/c++/CMakeLists.txt b/gr-uhd/examples/c++/CMakeLists.txt index a6c9891d7..941f54e79 100644 --- a/gr-uhd/examples/c++/CMakeLists.txt +++ b/gr-uhd/examples/c++/CMakeLists.txt @@ -36,7 +36,7 @@ link_directories(${Boost_LIBRARY_DIRS}) # Build executable ######################################################################## add_executable(tags_demo tags_demo.cc) -target_link_libraries(tags_demo gnuradio-uhd) +target_link_libraries(tags_demo gnuradio-uhd ${GRAS_LIBRARIES}) INSTALL(TARGETS tags_demo |