diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-04 17:11:52 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-04 17:11:52 -0800 |
commit | 91790751b614b86393dd7963f1a4476d0e60ed4a (patch) | |
tree | 65792ea10b39ecb46d6cb9685ed46ab38e88933f /host/lib/CMakeLists.txt | |
parent | ea20cc274cdd7ea15df2347e9d1a3539bd819bed (diff) | |
download | uhd-91790751b614b86393dd7963f1a4476d0e60ed4a.tar.gz uhd-91790751b614b86393dd7963f1a4476d0e60ed4a.tar.bz2 uhd-91790751b614b86393dd7963f1a4476d0e60ed4a.zip |
uhd: added new convert directory with type conversion registry (needs testing)
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 498841561..9ab121df5 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2011 Ettus Research LLC # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -89,6 +89,7 @@ ENDMACRO(INCLUDE_SUBDIRECTORY) # Include subdirectories (different than add) ######################################################################## INCLUDE_SUBDIRECTORY(ic_reg_maps) +INCLUDE_SUBDIRECTORY(convert) INCLUDE_SUBDIRECTORY(transport) INCLUDE_SUBDIRECTORY(usrp) INCLUDE_SUBDIRECTORY(utils) |