From 0703d3fd38dade2c1385b7101393a87cd36291ba Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 29 May 2021 01:51:34 +0300 Subject: cmake: don't install() winapi-common --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3