diff options
author | Josh Blum <josh@joshknows.com> | 2011-11-12 16:33:26 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-11-12 16:33:26 -0800 |
commit | f31afff6dd03ee500ba48e81e0caf26bc61e430d (patch) | |
tree | 4dadad4db337c8d95ed9b8f3af6880c45461387d /host/lib/convert/CMakeLists.txt | |
parent | dd782308940e4b206e798eb2f0fa203b6e8c7f07 (diff) | |
download | uhd-f31afff6dd03ee500ba48e81e0caf26bc61e430d.tar.gz uhd-f31afff6dd03ee500ba48e81e0caf26bc61e430d.tar.bz2 uhd-f31afff6dd03ee500ba48e81e0caf26bc61e430d.zip |
convert: added table conversion routine for sc16 to floats
Diffstat (limited to 'host/lib/convert/CMakeLists.txt')
-rw-r--r-- | host/lib/convert/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/convert/CMakeLists.txt b/host/lib/convert/CMakeLists.txt index 4cc421884..1fe92d93a 100644 --- a/host/lib/convert/CMakeLists.txt +++ b/host/lib/convert/CMakeLists.txt @@ -117,5 +117,6 @@ LIBUHD_PYTHON_GEN_SOURCE( ) LIBUHD_APPEND_SOURCES( + ${CMAKE_CURRENT_SOURCE_DIR}/convert_with_tables.cpp ${CMAKE_CURRENT_SOURCE_DIR}/convert_impl.cpp ) |