From 2ed65999ef6f3e1156427dd3efe04353ae657882 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Jan 2022 17:30:46 +0800 Subject: ... --- src/win/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/win/CMakeLists.txt') 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) -- cgit v1.2.3