aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-11-16 17:44:47 -0600
committerLibravatar bigfoot547 <[email protected]>2023-11-16 17:44:47 -0600
commitff292c3477497e03d4cffc1467691e1e6ce54a5c (patch)
treeb7cd01d3f440dafd07bc7538c116997f7fd3ac01 /src/meson.build
initial commit
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
new file mode 100644
index 0000000..d90d7c1
--- /dev/null
+++ b/src/meson.build
@@ -0,0 +1,4 @@
+umps_srcs = files('main.c', 'ui/base.c', 'ui/dock.c')
+
+configure_file(input : 'config.h.in', output : 'config.h', configuration : conf_data)
+umps_config_inc = include_directories('.')