Merge pull request #55 from marcusmueller/examples_CMakeLists_fix_UHD_linkage

examples: Added UHD library dir to CMakeLists.txt
This commit is contained in:
Paul Sutton 2015-09-17 15:04:05 +01:00
commit e70588f188
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
# and at http://www.gnu.org/licenses/.
#
IF(UHD_FOUND)
LINK_DIRECTORIES(${UHD_LIBRARY_DIRS})
ENDIF(UHD_FOUND)
#################################################################
# EXAMPLES