We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c1d46 commit 63c2659Copy full SHA for 63c2659
cmake/build/Default.cmake
@@ -21,3 +21,8 @@ to build the project using shared or static libraries.")
21
22
include(${CMAKE_CURRENT_LIST_DIR}/Ccache.cmake)
23
include(${CMAKE_CURRENT_LIST_DIR}/LinkOptimization.cmake)
24
+
25
+# Source includes from vcpkg
26
+if(VCPKG_INSTALLED_DIR AND VCPKG_TARGET_TRIPLET)
27
+ include_directories(${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/include)
28
+endif()
0 commit comments