diff options
| author | crupest <crupest@outlook.com> | 2022-01-17 20:49:37 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-01-17 20:49:37 +0800 |
| commit | 87658408858dfad8c1fc85b048d46b9a6345580d (patch) | |
| tree | 03484fb8e64b31fe6e1f146771c423914b922e99 /src/common/CMakeLists.txt | |
| parent | 0dd9ded17f0b8461d54ccfbc66886395fab0aa98 (diff) | |
| download | cru-87658408858dfad8c1fc85b048d46b9a6345580d.tar.gz cru-87658408858dfad8c1fc85b048d46b9a6345580d.tar.bz2 cru-87658408858dfad8c1fc85b048d46b9a6345580d.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 b5b20d46..d1e3e35a 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -1,5 +1,6 @@ set(CRU_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/common) add_library(cru_base SHARED + Base.cpp Exception.cpp Logger.cpp PropertyTree.cpp |
