summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGilles Roudière <gilles.roudiere@gmail.com>2021-11-30 14:00:13 +0100
committerGilles Roudière <gilles.roudiere@gmail.com>2021-12-03 15:37:49 +0100
commit3fcb8a4d1e2789739ad3f520f65ab4ece1df1d9a (patch)
tree5985eeacd444c6f124a42c98bba0c1db6eedf8f4 /SConstruct
parent50512f0dee7c95ae9e680133d441e7be49df5aac (diff)
downloadredot-cpp-3fcb8a4d1e2789739ad3f520f65ab4ece1df1d9a.tar.gz
Make extension instances create the corresponding godot object in their constructor
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 2ccfbbb..d56d049 100644
--- a/SConstruct
+++ b/SConstruct
@@ -458,6 +458,7 @@ if should_generate_bindings:
# Sources to compile
sources = []
add_sources(sources, "src", "cpp")
+add_sources(sources, "src/classes", "cpp")
add_sources(sources, "src/core", "cpp")
add_sources(sources, "src/variant", "cpp")
add_sources(sources, "gen/src/variant", "cpp")