diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-15 23:59:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 23:59:12 +0200 |
commit | 96410f55b24e47af045e3ad31545331ce124d999 (patch) | |
tree | 1fb750112b184249fe7018c4fb010efb701f92fb /editor | |
parent | c96dcdf50a49fc695d3cae5b3e48c0b67110146e (diff) | |
parent | c13348053129d4a356a0df1ada208809997799fe (diff) |
Merge pull request #53860 from akien-mga/scons-end-gen-cpp-suffering
Diffstat (limited to 'editor')
-rw-r--r-- | editor/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/SCsub b/editor/SCsub index d149cc6273..e8d417319a 100644 --- a/editor/SCsub +++ b/editor/SCsub @@ -101,6 +101,7 @@ if env["tools"]: ) env.add_source_files(env.editor_sources, "*.cpp") + env.add_source_files(env.editor_sources, "register_exporters.gen.cpp") SConscript("debugger/SCsub") SConscript("fileserver/SCsub") |