diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2025-11-26 21:12:21 +0100 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2026-01-21 19:51:45 +0100 |
| commit | 67f27cb0ef71915877f750a0f65b7126a7e3b3b3 (patch) | |
| tree | 7df596adbd3d9b58a90f3cb16b70149dbb27b79e /CMakeLists.txt | |
| parent | 2a771937cf0a4a45cd466d3eea089a083f73f3c0 (diff) | |
Make WIL a submodule and update it
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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() |
