Move godot-cpp to modules/

This commit is contained in:
Marek S. Łukasiewicz 2025-01-28 14:32:26 +01:00
parent 3b3d9abc87
commit 00623caca2
3 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "godot-cpp"] [submodule "godot-cpp"]
path = godot-cpp path = modules/godot-cpp
url = https://github.com/godotengine/godot-cpp.git url = https://github.com/godotengine/godot-cpp.git

View file

@ -2,7 +2,7 @@
import os import os
import sys import sys
env = SConscript("godot-cpp/SConstruct") env = SConscript("modules/godot-cpp/SConstruct")
# For reference: # For reference:
# - CCFLAGS are compilation flags shared between C and C++ # - CCFLAGS are compilation flags shared between C and C++