mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-09 07:44:32 +00:00
CMake: Add possible missing include directory
This commit is contained in:
@@ -140,6 +140,9 @@ if(ENABLE_OPENGL)
|
||||
opengl_context_egl_wayland.cpp
|
||||
opengl_context_egl_wayland.h
|
||||
)
|
||||
target_include_directories(util PRIVATE
|
||||
"${Wayland_INCLUDE_DIRS}" # For wayland-egl
|
||||
)
|
||||
endif()
|
||||
if(ANDROID)
|
||||
target_include_directories(util PRIVATE "${CMAKE_SOURCE_DIR}/android")
|
||||
|
||||
Reference in New Issue
Block a user