diff --git a/.gitmodules b/.gitmodules index 29bd727..dbedc99 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "godot-cpp"] - path = godot-cpp + path = modules/godot-cpp url = https://github.com/godotengine/godot-cpp.git diff --git a/SConstruct b/SConstruct index d526839..c6ca843 100644 --- a/SConstruct +++ b/SConstruct @@ -2,7 +2,7 @@ import os import sys -env = SConscript("godot-cpp/SConstruct") +env = SConscript("modules/godot-cpp/SConstruct") # For reference: # - CCFLAGS are compilation flags shared between C and C++ diff --git a/godot-cpp b/modules/godot-cpp similarity index 100% rename from godot-cpp rename to modules/godot-cpp