About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/frygon/headers/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/frygon/headers/meson.build')
-rw-r--r--src/frygon/headers/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/frygon/headers/meson.build b/src/frygon/headers/meson.build
new file mode 100644
index 00000000000..664363bed08
--- /dev/null
+++ b/src/frygon/headers/meson.build
@@ -0,0 +1,6 @@
+# Copyright © 2025 Lucas Francisco Fryzek
+# SPDX-License-Identifier: MIT
+
+idep_fg_headers = declare_dependency(
+ include_directories : include_directories('.'),
+)