diff options
m--------- | 3rdparty/winapi/utf8 | 0 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/winapi/utf8 b/3rdparty/winapi/utf8 -Subproject c84f4ae675396ab5443ec01a21eefc1fdd870d3 +Subproject 696beed48046507329f6d2b9e35ba5cf56df59f diff --git a/CMakeLists.txt b/CMakeLists.txt index d1f8a37..ee72ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ file(GLOB winapi_common_src "src/*.cpp") add_library(winapi_common ${winapi_common_include} ${winapi_common_src}) target_include_directories(winapi_common PUBLIC include/) -add_subdirectory(3rdparty/winapi/utf8) +add_subdirectory(3rdparty/winapi/utf8 EXCLUDE_FROM_ALL) target_link_libraries(winapi_common PRIVATE winapi_utf8) find_package(Boost REQUIRED) |