Skip to content

Commit eedf417

Browse files
committed
CMake: Add possible missing include directory
1 parent 63350c3 commit eedf417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/util/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ if(ENABLE_OPENGL)
140140
opengl_context_egl_wayland.cpp
141141
opengl_context_egl_wayland.h
142142
)
143+
target_include_directories(util PRIVATE
144+
"${Wayland_INCLUDE_DIRS}" # For wayland-egl
145+
)
143146
endif()
144147
if(ANDROID)
145148
target_include_directories(util PRIVATE "${CMAKE_SOURCE_DIR}/android")

0 commit comments

Comments
 (0)