diff options
author | Josh Blum <josh@joshknows.com> | 2010-07-23 22:55:30 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-07-23 22:55:30 -0700 |
commit | 4a6543bd481370ae924ca90c325d5cd5b2dfe692 (patch) | |
tree | 11eb564dcc103b9fb555c6651e30d1e9f73ca268 /host/lib/usrp/usrp2/CMakeLists.txt | |
parent | 3bda1dc3e0d7c470bd995a25a28993d13581cea8 (diff) | |
download | uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.gz uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.tar.bz2 uhd-4a6543bd481370ae924ca90c325d5cd5b2dfe692.zip |
usrp2: added codec impl for codec properties to usrp2
Diffstat (limited to 'host/lib/usrp/usrp2/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/usrp2/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/CMakeLists.txt b/host/lib/usrp/usrp2/CMakeLists.txt index 99d0b8bdd..796126d07 100644 --- a/host/lib/usrp/usrp2/CMakeLists.txt +++ b/host/lib/usrp/usrp2/CMakeLists.txt @@ -22,6 +22,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/clock_ctrl.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/codec_ctrl.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/codec_ctrl.hpp + ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/codec_impl.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/dboard_impl.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/dboard_iface.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/dsp_impl.cpp |