diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-06 11:56:35 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-06 11:56:35 -0800 |
commit | fd9962af9ed6682117c3ab224548298907f59c49 (patch) | |
tree | 1043bb61e6613148d45b8c83cf65978384ab70d8 /host/lib/CMakeLists.txt | |
parent | 6619a40b48029dae1ee1f46db81ba470debaffd2 (diff) | |
download | uhd-fd9962af9ed6682117c3ab224548298907f59c49.tar.gz uhd-fd9962af9ed6682117c3ab224548298907f59c49.tar.bz2 uhd-fd9962af9ed6682117c3ab224548298907f59c49.zip |
uhd: created sensors value, made lib/types and moved files
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index 43a29df59..0fe137432 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -89,6 +89,7 @@ ENDMACRO(INCLUDE_SUBDIRECTORY) # Include subdirectories (different than add) ######################################################################## INCLUDE_SUBDIRECTORY(ic_reg_maps) +INCLUDE_SUBDIRECTORY(types) INCLUDE_SUBDIRECTORY(convert) INCLUDE_SUBDIRECTORY(transport) INCLUDE_SUBDIRECTORY(usrp) @@ -117,8 +118,6 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_BINARY_DIR}/constants.hpp ${CMAKE_CURRENT_SOURCE_DIR}/device.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/ranges.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/types.cpp ${CMAKE_CURRENT_SOURCE_DIR}/version.cpp ${CMAKE_CURRENT_SOURCE_DIR}/wax.cpp ) |