mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
CMake: Include WIL headers
MSBuild does this, so CMake should too. Fixes a Windows build error.
This commit is contained in:
@ -805,6 +805,7 @@ else()
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
include_directories(Externals/WIL/include)
|
||||
include_directories(Externals/OpenAL/include)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user