From 95d8bb50c9e6a25bc5e0e8729b49da58f22c56ea Mon Sep 17 00:00:00 2001 From: hugy <504650082@qq.com> Date: Wed, 4 Jan 2023 09:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cmake=E5=8F=98=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E6=9E=84=E5=BB=BA=E6=9B=B4=E9=80=9A=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 372c064..13d75da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ file(GLOB CPP_FILES ${PROJECT_SOURCE_DIR}/src/*.cc ${PROJECT_SOURCE_DIR}/src/* -include_directories(c:/soft/vcpkg/installed/x86-windows/include) +include_directories(${VCPKG_INSTALLED_DIR}/installed/x86-windows/include) # add_subdirectory(3rd)