summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-11-26 21:12:21 +0100
committerJoshua Vandaƫle <joshua@vandaele.software>2026-01-21 19:51:45 +0100
commit67f27cb0ef71915877f750a0f65b7126a7e3b3b3 (patch)
tree7df596adbd3d9b58a90f3cb16b70149dbb27b79e /CMakeLists.txt
parent2a771937cf0a4a45cd466d3eea089a083f73f3c0 (diff)
Make WIL a submodule and update it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f16030737d..91b80a5718 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -755,7 +755,7 @@ else()
endif()
if (WIN32)
- include_directories(Externals/WIL/include)
+ include_directories(Externals/wil/include)
include_directories(Externals/OpenAL/include)
endif()