diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-14 10:09:26 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-14 10:09:26 -0800 |
commit | 7d64b9f4794013b3a20fb1d79b3805e3bd4f3b35 (patch) | |
tree | 69de0f9220e6dceb19f025c3de7bca2707c24d01 /host/lib/utils/CMakeLists.txt | |
parent | 4818bd27f07acea1e663086d59fbb7d44bd5af81 (diff) | |
download | uhd-7d64b9f4794013b3a20fb1d79b3805e3bd4f3b35.tar.gz uhd-7d64b9f4794013b3a20fb1d79b3805e3bd4f3b35.tar.bz2 uhd-7d64b9f4794013b3a20fb1d79b3805e3bd4f3b35.zip |
uhd: make static block safe with a try,catch,print
Diffstat (limited to 'host/lib/utils/CMakeLists.txt')
-rw-r--r-- | host/lib/utils/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/utils/CMakeLists.txt b/host/lib/utils/CMakeLists.txt index 60df24eef..5fa5b4d6d 100644 --- a/host/lib/utils/CMakeLists.txt +++ b/host/lib/utils/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 @@ -87,6 +87,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/load_modules.cpp ${CMAKE_CURRENT_SOURCE_DIR}/paths.cpp ${CMAKE_CURRENT_SOURCE_DIR}/props.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/static.cpp ${CMAKE_CURRENT_SOURCE_DIR}/thread_priority.cpp ${CMAKE_CURRENT_SOURCE_DIR}/warning.cpp ) |