diff options
Diffstat (limited to 'host/examples/CMakeLists.txt')
-rw-r--r-- | host/examples/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host/examples/CMakeLists.txt b/host/examples/CMakeLists.txt index fea6cb98f..7da31a16b 100644 --- a/host/examples/CMakeLists.txt +++ b/host/examples/CMakeLists.txt @@ -34,6 +34,9 @@ TARGET_LINK_LIBRARIES(tx_from_file uhd) ADD_EXECUTABLE(tx_waveforms tx_waveforms.cpp) TARGET_LINK_LIBRARIES(tx_waveforms uhd) +ADD_EXECUTABLE(pps_test pps_test.cpp) +TARGET_LINK_LIBRARIES(pps_test uhd) + INSTALL(TARGETS benchmark_rx_rate rx_timed_samples @@ -41,5 +44,6 @@ INSTALL(TARGETS tx_from_file rx_to_file tx_waveforms + pps_test RUNTIME DESTINATION ${PKG_DATA_DIR}/examples ) |