aboutsummaryrefslogtreecommitdiff
path: root/src/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/CMakeLists.txt')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 706f0ed0..330c7226 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -2,13 +2,14 @@ add_library(cru_base SHARED
Base.cpp
Exception.cpp
Format.cpp
- Logger.cpp
PropertyTree.cpp
String.cpp
StringUtil.cpp
io/Stream.cpp
io/Resource.cpp
io/MemoryStream.cpp
+ log/Logger.cpp
+ log/StdioLogTarget.cpp
platform/Exception.cpp
)
target_compile_definitions(cru_base PRIVATE CRU_BASE_EXPORT_API)