aboutsummaryrefslogtreecommitdiff
path: root/src/win/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/CMakeLists.txt')
-rw-r--r--src/win/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/win/CMakeLists.txt b/src/win/CMakeLists.txt
index fe2cd635..e190e9a0 100644
--- a/src/win/CMakeLists.txt
+++ b/src/win/CMakeLists.txt
@@ -1,9 +1,6 @@
add_library(cru_win_base STATIC
DebugLogger.hpp
StdOutLogger.hpp
-
- Exception.cpp
- HeapDebug.cpp
)
target_compile_definitions(cru_win_base PUBLIC UNICODE _UNICODE) # use unicode
target_link_libraries(cru_win_base PUBLIC cru_base)