Revision aa4a6b66 host/examples/CMakeLists.txt

b/host/examples/CMakeLists.txt
28 28
ADD_EXECUTABLE(tx_waveforms tx_waveforms.cpp)
29 29
TARGET_LINK_LIBRARIES(tx_waveforms uhd)
30 30

  
31
ADD_EXECUTABLE(pps_test pps_test.cpp)
32
TARGET_LINK_LIBRARIES(pps_test uhd)
33

  
31 34
INSTALL(TARGETS
32 35
    benchmark_rx_rate
33 36
    rx_timed_samples
34 37
    tx_timed_samples
35 38
    tx_waveforms
39
    pps_test
36 40
    RUNTIME DESTINATION ${PKG_DATA_DIR}/examples
37 41
)

Also available in: Unified diff