diff options
Diffstat (limited to 'src/win/CMakeLists.txt')
-rw-r--r-- | src/win/CMakeLists.txt | 1 |
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) |