Adding srsgui include dir for examples

This commit is contained in:
Paul Sutton 2015-05-26 13:27:05 +01:00
parent 1163141178
commit b8af67ebab
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ ENDIF(UHD_FOUND)
FIND_PACKAGE(SRSGUI)
IF(SRSGUI_FOUND)
include_directories(${SRSGUI_INCLUDE_DIRS})
target_link_libraries(pdsch_ue ${SRSGUI_LIBRARIES})
ELSE(SRSGUI_FOUND)
add_definitions(-DDISABLE_GRAPHICS)