From 1d3d7b07a08f40cc74be697d2068f3cae1b1c5e2 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sun, 11 Aug 2024 13:58:35 +0200 Subject: [PATCH] update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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