summaryrefslogtreecommitdiffstats
path: root/ecmake/examples/hello/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecmake/examples/hello/main.c')
-rw-r--r--ecmake/examples/hello/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/ecmake/examples/hello/main.c b/ecmake/examples/hello/main.c
new file mode 100644
index 0000000..7f4a907
--- /dev/null
+++ b/ecmake/examples/hello/main.c
@@ -0,0 +1,10 @@
+#include <Elementary.h>
+#include "ecmake.h"
+
+EAPI_MAIN int
+elm_main(int argc, char **argv)
+{
+ return hello_world();
+}
+
+ELM_MAIN()