diff options
author | crupest <crupest@outlook.com> | 2020-07-08 16:07:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-07-08 16:07:31 +0800 |
commit | 3a49e87637e2493f3e5854bbcb8ab804bae5a46e (patch) | |
tree | 95a2466f0dd1e51b3c93248772a4d64b6f1df8c7 | |
parent | 47b976c02c0960111165633d1331adc8fe07abfd (diff) | |
download | cru-3a49e87637e2493f3e5854bbcb8ab804bae5a46e.tar.gz cru-3a49e87637e2493f3e5854bbcb8ab804bae5a46e.tar.bz2 cru-3a49e87637e2493f3e5854bbcb8ab804bae5a46e.zip |
...
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index e0d3547b..6a18ef2b 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -7,7 +7,6 @@ target_sources(cru_base PUBLIC ${CRU_BASE_INCLUDE_DIR}/Base.hpp ${CRU_BASE_INCLUDE_DIR}/Bitmask.hpp ${CRU_BASE_INCLUDE_DIR}/Event.hpp - ${CRU_BASE_INCLUDE_DIR}/FormatOStream.hpp ${CRU_BASE_INCLUDE_DIR}/Logger.hpp ${CRU_BASE_INCLUDE_DIR}/PreConfig.hpp ${CRU_BASE_INCLUDE_DIR}/SelfResolvable.hpp |