aboutsummaryrefslogtreecommitdiff
path: root/src/win/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-12-13 22:25:29 +0800
committercrupest <crupest@outlook.com>2019-12-13 22:25:29 +0800
commit3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa (patch)
tree3e2b75cfb70e96d4b5f4a0b5cb19a8c3cd20cf53 /src/win/CMakeLists.txt
parent9110574bb51e9e2959842a7641f598d34c3cd847 (diff)
downloadcru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.gz
cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.tar.bz2
cru-3d3290a60d328b6d2a6d3fc4d8d7483583ed13aa.zip
...
Diffstat (limited to 'src/win/CMakeLists.txt')
-rw-r--r--src/win/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/win/CMakeLists.txt b/src/win/CMakeLists.txt
index 5727e4c0..696ef200 100644
--- a/src/win/CMakeLists.txt
+++ b/src/win/CMakeLists.txt
@@ -13,7 +13,6 @@ target_sources(cru_win_base PUBLIC
${CRU_WIN_BASE_INCLUDE_DIR}/win_pre_config.hpp
)
target_compile_definitions(cru_win_base PUBLIC UNICODE _UNICODE) # use unicode
-target_include_directories(cru_win_base PUBLIC .)
target_link_libraries(cru_win_base PUBLIC cru_base)
add_subdirectory(graph)