mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
BuildSystem: generated files have .gen.ext
This commit is contained in:
@@ -7,7 +7,7 @@ env_modules = env.Clone()
|
||||
Export('env_modules')
|
||||
|
||||
env.modules_sources = [
|
||||
"register_module_types.cpp",
|
||||
"register_module_types.gen.cpp",
|
||||
]
|
||||
# env.add_source_files(env.modules_sources,"*.cpp")
|
||||
Export('env')
|
||||
|
||||
Reference in New Issue
Block a user