diff options
author | crupest <crupest@outlook.com> | 2022-01-08 21:17:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-08 21:17:56 +0800 |
commit | 6b90be37d3ba7e094837bd01a19381bd59657041 (patch) | |
tree | 31bc841e7bc958e7ef31a3860321e8570bbef821 /src/common/CMakeLists.txt | |
parent | 45ae34c5f31eca1258f6df278c9862ff829f39db (diff) | |
download | cru-6b90be37d3ba7e094837bd01a19381bd59657041.tar.gz cru-6b90be37d3ba7e094837bd01a19381bd59657041.tar.bz2 cru-6b90be37d3ba7e094837bd01a19381bd59657041.zip |
...
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index e07017bb..5cc60690 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 + PropertyTree.cpp String.cpp StringUtil.cpp ) |