summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2018-07-13 11:06:57 +0200
committerJiří Techet <techet@gmail.com>2018-07-13 11:06:57 +0200
commit4388b40747ee6d8b09bdd502b0ddd95a864b481a (patch)
tree2f4648f5455a7fd15a94135ca7088f7f24dd7909 /demos
parent5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33 (diff)
downloadlibchamplain-4388b40747ee6d8b09bdd502b0ddd95a864b481a.tar.gz
Revert "meson: add meson build system"
Commit by mistake. This reverts commit 5c9f0a1c7ccdc77e1a1436d7689ada55b5d83a33.
Diffstat (limited to 'demos')
-rw-r--r--demos/meson.build59
1 files changed, 0 insertions, 59 deletions
diff --git a/demos/meson.build b/demos/meson.build
deleted file mode 100644
index b1769e3..0000000
--- a/demos/meson.build
+++ /dev/null
@@ -1,59 +0,0 @@
-executable('minimal',
- 'minimal.c',
- dependencies: libchamplain_dep
-)
-
-executable('launcher',
- 'launcher.c',
- 'markers.c',
- dependencies: libchamplain_dep
-)
-
-executable('animated-marker',
- 'animated-marker.c',
- dependencies: libchamplain_dep
-)
-
-executable('polygons',
- 'polygons.c',
- dependencies: libchamplain_dep
-)
-
-executable('url-marker',
- 'url-marker.c',
- dependencies: libchamplain_dep
-)
-
-executable('create-destroy-test',
- 'create-destroy-test.c',
- dependencies: libchamplain_dep
-)
-
-if get_option('gtk')
- executable('minimal-gtk',
- 'minimal-gtk.c',
- dependencies: libchamplain_gtk_dep
- )
-
- executable('launcher-gtk',
- 'launcher-gtk.c',
- 'markers.c',
- dependencies: libchamplain_gtk_dep
- )
-
- if get_option('memphis')
- executable('local-rendering',
- 'local-rendering.c',
- dependencies: libchamplain_gtk_dep
- )
- endif
-
- if get_option('vala-support')
- add_languages('vala')
- executable('launcher-vala',
- 'launcher-vala.vala',
- 'markers-vala.vala',
- dependencies: [ libchamplain_gtk_dep, libchamplain_vapi ]
- )
- endif
-endif \ No newline at end of file