diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-25 16:39:32 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-25 20:22:23 -0700 |
commit | 81c15feaafca2b788b89e55669f1c3ad370a89d2 (patch) | |
tree | bddea1dab138bf5e8b3f690f0ef5cc6c032cb736 /host/lib | |
parent | a951db18fd0edfe19e9e75b91bb30dfa731dbd9c (diff) | |
download | uhd-81c15feaafca2b788b89e55669f1c3ad370a89d2.tar.gz uhd-81c15feaafca2b788b89e55669f1c3ad370a89d2.tar.bz2 uhd-81c15feaafca2b788b89e55669f1c3ad370a89d2.zip |
uhd: created a property tree to store properties
Diffstat (limited to 'host/lib')
-rw-r--r-- | host/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index ebb211566..60ddbce5b 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -89,6 +89,7 @@ SET_SOURCE_FILES_PROPERTIES( LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/device.cpp ${CMAKE_CURRENT_SOURCE_DIR}/exception.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/property_tree.cpp ${CMAKE_CURRENT_SOURCE_DIR}/version.cpp ${CMAKE_CURRENT_SOURCE_DIR}/wax.cpp ) |