summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 9875cd7..9bad7f7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,6 +4,7 @@ cmake_minimum_required(VERSION 3.15) # local guard if included standalone
# Collect core sources (placeholder + real sources later)
set(BOLTDBG_CORE_SOURCES
dummy.cpp # placeholder; replace/add real core sources here
+ util/logger.cpp
# src/core/debugger.cpp
# src/core/process.cpp
)