aboutsummaryrefslogtreecommitdiff
path: root/src/win/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-17 22:18:01 +0800
committercrupest <crupest@outlook.com>2022-01-17 22:18:01 +0800
commit81f7d5faaaf79149070a901a4f299aee70c46379 (patch)
treef157088b35b2d61c22ed45179e2e6f0c766b9628 /src/win/CMakeLists.txt
parent87658408858dfad8c1fc85b048d46b9a6345580d (diff)
downloadcru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.gz
cru-81f7d5faaaf79149070a901a4f299aee70c46379.tar.bz2
cru-81f7d5faaaf79149070a901a4f299aee70c46379.zip
...
Diffstat (limited to 'src/win/CMakeLists.txt')
-rw-r--r--src/win/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/win/CMakeLists.txt b/src/win/CMakeLists.txt
index bf8de863..fe2cd635 100644
--- a/src/win/CMakeLists.txt
+++ b/src/win/CMakeLists.txt
@@ -1,5 +1,3 @@
-set(CRU_WIN_BASE_INCLUDE_DIR ${CRU_INCLUDE_DIR}/cru/win/)
-
add_library(cru_win_base STATIC
DebugLogger.hpp
StdOutLogger.hpp
@@ -7,10 +5,6 @@ add_library(cru_win_base STATIC
Exception.cpp
HeapDebug.cpp
)
-target_sources(cru_win_base PUBLIC
- ${CRU_WIN_BASE_INCLUDE_DIR}/Exception.hpp
- ${CRU_WIN_BASE_INCLUDE_DIR}/WinPreConfig.hpp
-)
target_compile_definitions(cru_win_base PUBLIC UNICODE _UNICODE) # use unicode
target_link_libraries(cru_win_base PUBLIC cru_base)