diff options
| author | Levent Kaya <levent@dev> | 2025-11-06 11:49:26 +0300 |
|---|---|---|
| committer | Levent Kaya <levent@dev> | 2025-11-06 11:49:26 +0300 |
| commit | c804988f70ad580b45ab5adda64022f462dc6599 (patch) | |
| tree | 2568944c8a7d0950a5bff73bd2905109e123a4a3 /src/CMakeLists.txt | |
| parent | d2bb3c90b4e8dffaabb2315df13a2dbd362bb1b7 (diff) | |
[feature] global logger implemented
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
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 ) |
