From 7351020a582d70a1495249fba87d342c8a1fb634 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 10 Apr 2019 19:42:46 +0800 Subject: Refactor. --- src/win/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/win/CMakeLists.txt (limited to 'src/win/CMakeLists.txt') diff --git a/src/win/CMakeLists.txt b/src/win/CMakeLists.txt new file mode 100644 index 00000000..1ca1f544 --- /dev/null +++ b/src/win/CMakeLists.txt @@ -0,0 +1,10 @@ +add_library(cru_win_base STATIC + debug.cpp + exception.cpp + string_util.cpp +) +target_compile_definitions(cru_win_base PUBLIC UNICODE _UNICODE) # use unicode +target_include_directories(cru_win_base PUBLIC ${PROJECT_SOURCE_DIR}/include .) + +add_subdirectory(graph) +add_subdirectory(native) -- cgit v1.2.3