|
|
@ -18,8 +18,6 @@
|
|
|
|
# and at http://www.gnu.org/licenses/.
|
|
|
|
# and at http://www.gnu.org/licenses/.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
find_package(SRSGUI)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
########################################################################
|
|
|
|
# PROGRAM TO DEBUG PSS FROM USRP
|
|
|
|
# PROGRAM TO DEBUG PSS FROM USRP
|
|
|
|
########################################################################
|
|
|
|
########################################################################
|
|
|
@ -32,7 +30,6 @@ if(UHD_FOUND)
|
|
|
|
target_link_libraries(pss_usrp srslte_phy srslte_rf)
|
|
|
|
target_link_libraries(pss_usrp srslte_phy srslte_rf)
|
|
|
|
endif(UHD_FOUND)
|
|
|
|
endif(UHD_FOUND)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(SRSGUI_FOUND)
|
|
|
|
if(SRSGUI_FOUND)
|
|
|
|
include_directories(${SRSGUI_INCLUDE_DIRS})
|
|
|
|
include_directories(${SRSGUI_INCLUDE_DIRS})
|
|
|
|
target_link_libraries(pss_file ${SRSGUI_LIBRARIES})
|
|
|
|
target_link_libraries(pss_file ${SRSGUI_LIBRARIES})
|
|
|
|