diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6df0992..5b2c674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ endif() include(cmake/common.cmake) find_package(Boost REQUIRED) -add_subdirectory(3rdparty/winapi/common) +add_subdirectory(3rdparty/winapi/common EXCLUDE_FROM_ALL) file(GLOB_RECURSE winapi_debug_include "include/*.hpp") file(GLOB_RECURSE winapi_debug_src "src/*.cpp") |