minor edit in cmake

This commit is contained in:
Ismael Gomez 2017-06-24 16:10:38 +02:00
parent f48b1f3d66
commit e92418d2da
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if(RF_FOUND)
add_executable(cell_search cell_search.c)
target_link_libraries(cell_search srslte_phy srslte_rf)
add_executable(cell_measurement cell_measurement.c ../include/srslte/common/logger_stdout.h)
add_executable(cell_measurement cell_measurement.c)
target_link_libraries(cell_measurement srslte_phy srslte_rf)
add_executable(usrp_capture usrp_capture.c)