diff options
Diffstat (limited to 'XMakefile')
-rw-r--r-- | XMakefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/XMakefile b/XMakefile new file mode 100644 index 0000000..ac3a34e --- /dev/null +++ b/XMakefile @@ -0,0 +1,7 @@ +<xmake> + <build> + <name>xmake</name> + <source>xmake.cpp</source> + <source>main.cpp</source> + </build> +</xmake> |