diff --git a/README.md b/README.md index 52ee53b..eabe994 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ This project is used to compile a GDExtension (godot engine cpp extension), and try to use xmake to manage the project. +Forked from [Github](https://github.com/chaosddp/gdextension-cpp-xmake-template) + ## Install xmake Install xmake from [here](https://xmake.io/#/guide/installation). @@ -57,4 +59,4 @@ xmake ext-class -n MySprite2D -b Sprite2D -s myexample1 -d sample For better support in vscode, you can use command "Xmake: UpdateIntellisense" to generate *compile_commands.json*, then update "compileCommands" field in *c_cpp_properties.json* to point to the file. -NOTE: not tested on other platforms execept windows. \ No newline at end of file +NOTE: not tested on other platforms except windows and linux. \ No newline at end of file