aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-07-04 10:56:29 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-07-04 10:56:29 +0200
commit31ebcd9092f24d7ee26049d7c3d1030ddc9b68ab (patch)
tree1e978cf533f69dbd6120d099c08dd827bd6d0cbd /meson.build
parent1ae74ab36be8fda0e408062303a36d574d728a8e (diff)
downloadgterm-31ebcd9092f24d7ee26049d7c3d1030ddc9b68ab.tar.gz
first gload bits
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 9d005d1..27d55ed 100644
--- a/meson.build
+++ b/meson.build
@@ -15,3 +15,8 @@ executable('gterm',
install_man('gterm.1')
install_data('gterm.desktop',
install_dir : 'share/applications')
+
+executable('gload',
+ sources : [ 'gload.c' ],
+ dependencies : [ gtk_dep ],
+ install : true)