From 3e6108472c3d578175ea6fb685e1919b3585606f Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:24:37 +0100 Subject: Moved wlr_scene.h and shadow_data.h into scenefx dir --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 2936768..8288a96 100644 --- a/meson.build +++ b/meson.build @@ -152,6 +152,8 @@ subdir('render') subdir('types') subdir('util') +subdir('include') + scenefx_inc = include_directories('include') lib_scenefx = library( -- cgit v1.2.3