diff options
Diffstat (limited to 'cmake-e/examples/hello/main.c')
-rw-r--r-- | cmake-e/examples/hello/main.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake-e/examples/hello/main.c b/cmake-e/examples/hello/main.c new file mode 100644 index 0000000..7f4a907 --- /dev/null +++ b/cmake-e/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() |