diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-06-06 19:22:33 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-06-06 19:22:33 -0700 |
commit | 6270f79a56635fca8484f120e8c4bb8874fdc903 (patch) | |
tree | 759a11d995da7496a240207de507e0cdbfed4a28 | |
parent | 644c03269c33a99c50d5d5d73ff37f5afd9759bb (diff) | |
download | uhd-6270f79a56635fca8484f120e8c4bb8874fdc903.tar.gz uhd-6270f79a56635fca8484f120e8c4bb8874fdc903.tar.bz2 uhd-6270f79a56635fca8484f120e8c4bb8874fdc903.zip |
utils: Added log_add to CMake for installation
-rw-r--r-- | host/include/uhd/utils/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/utils/CMakeLists.txt b/host/include/uhd/utils/CMakeLists.txt index 5a6e9a48f..cf5bb8aa8 100644 --- a/host/include/uhd/utils/CMakeLists.txt +++ b/host/include/uhd/utils/CMakeLists.txt @@ -28,6 +28,7 @@ UHD_INSTALL(FILES fp_compare_epsilon.ipp gain_group.hpp log.hpp + log_add.hpp math.hpp msg_task.hpp paths.hpp |