diff --git a/profiler/CMakeLists.txt b/profiler/CMakeLists.txt index d547da8b..108b30f4 100644 --- a/profiler/CMakeLists.txt +++ b/profiler/CMakeLists.txt @@ -106,6 +106,7 @@ set(LIBS "") if(USE_WAYLAND) pkg_check_modules(WAYLAND REQUIRED egl wayland-egl wayland-cursor xkbcommon) + set(INCLUDES "${INCLUDES};${WAYLAND_INCLUDE_DIRS}") set(LIBS "${LIBS};${WAYLAND_LIBRARIES}") set(PROFILER_FILES ${PROFILER_FILES} src/BackendWayland.cpp