diff options
author | crupest <crupest@outlook.com> | 2021-08-12 01:28:11 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-08-12 01:28:11 +0800 |
commit | d718b0f576aeae1fa853124caefc8b0078f1deed (patch) | |
tree | 01e1f53d0e0e1b9f4d8f91635cc528ea24d1f121 /src/common/CMakeLists.txt | |
parent | 7be2ea15e41d296cd26635f276551959362aa39d (diff) | |
download | cru-d718b0f576aeae1fa853124caefc8b0078f1deed.tar.gz cru-d718b0f576aeae1fa853124caefc8b0078f1deed.tar.bz2 cru-d718b0f576aeae1fa853124caefc8b0078f1deed.zip |
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index cfd5be15..d5d544ee 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,6 +1,7 @@ set(CRU_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/common) add_library(cru_base SHARED Logger.cpp + String.cpp StringUtil.cpp ) target_sources(cru_base PUBLIC @@ -11,6 +12,7 @@ target_sources(cru_base PUBLIC ${CRU_BASE_INCLUDE_DIR}/Logger.hpp ${CRU_BASE_INCLUDE_DIR}/PreConfig.hpp ${CRU_BASE_INCLUDE_DIR}/SelfResolvable.hpp + ${CRU_BASE_INCLUDE_DIR}/String.hpp ${CRU_BASE_INCLUDE_DIR}/StringUtil.hpp ) target_include_directories(cru_base PUBLIC ${CRU_INCLUDE_DIR}) |