aboutsummaryrefslogtreecommitdiff
path: root/stage1/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/meson.build')
-rw-r--r--stage1/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/stage1/meson.build b/stage1/meson.build
new file mode 100644
index 00000000000..df9b342b863
--- /dev/null
+++ b/stage1/meson.build
@@ -0,0 +1,7 @@
+project('libkookie-stage1-tools', 'cpp',
+ default_options : ['cpp_std=c++17'])
+
+executable('builder',
+ 'main.cpp',
+ link_args : '-lc++fs',
+ include_directories: include_directories('lib'))