aboutsummaryrefslogtreecommitdiff
path: root/manual tests/3 osx bundle/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests/3 osx bundle/meson.build')
-rw-r--r--manual tests/3 osx bundle/meson.build18
1 files changed, 0 insertions, 18 deletions
diff --git a/manual tests/3 osx bundle/meson.build b/manual tests/3 osx bundle/meson.build
deleted file mode 100644
index 13ab29a..0000000
--- a/manual tests/3 osx bundle/meson.build
+++ /dev/null
@@ -1,18 +0,0 @@
-project('myapp', 'c')
-
-sdl = dependency('sdl2')
-
-prog = executable('myapp', 'myapp.c',
-dependencies : sdl,
-install : true)
-
-install_data('myapp.sh',
-install_dir : 'Contents/MacOS')
-
-install_data('myapp.icns',
-install_dir : 'Contents/Resources')
-
-install_data('Info.plist',
-install_dir : 'Contents')
-
-meson.set_install_script('install_script.sh')