diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-10 20:22:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-10 20:22:54 -0800 |
commit | 8459432067055759bd1d9b04f0e7943f1cf35d2d (patch) | |
tree | b647f54fa9ccbbcd289acc21a8806e940b7a9c4b /host/lib/usrp/common/CMakeLists.txt | |
parent | 3cb60c974fff6779396294fd456904d1f6addd71 (diff) | |
download | uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.tar.gz uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.tar.bz2 uhd-8459432067055759bd1d9b04f0e7943f1cf35d2d.zip |
usrp: basically working iq cal on tx
Diffstat (limited to 'host/lib/usrp/common/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt index ec8b60fec..9abd34afa 100644 --- a/host/lib/usrp/common/CMakeLists.txt +++ b/host/lib/usrp/common/CMakeLists.txt @@ -29,6 +29,7 @@ ENDIF(ENABLE_USB) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}) LIBUHD_APPEND_SOURCES( + ${CMAKE_CURRENT_SOURCE_DIR}/apply_corrections.cpp ${CMAKE_CURRENT_SOURCE_DIR}/validate_subdev_spec.cpp ${CMAKE_CURRENT_SOURCE_DIR}/recv_packet_demuxer.cpp ) |