build: remove unused meson file
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 17 Dec 2018 16:29:38 +0000 (17:29 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 07:13:58 +0000 (16:13 +0900)
this was added by accident

Differential Revision: https://phab.enlightenment.org/D7469

src/bin/eolian_cxx/meson.build [deleted file]

diff --git a/src/bin/eolian_cxx/meson.build b/src/bin/eolian_cxx/meson.build
deleted file mode 100644 (file)
index 540a067..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-eolian_cxx_gen = executable('eolian_cxx',
-                   'eolian_cxx.cc',
-                   dependencies: [eolian_cxx, eina_cxx, eolian],
-                   install: true,
-                   cpp_args : package_c_args,
-                 )