godot/modules/gridmap/SCsub

12 lines
262 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import("env")
Import("env_modules")
2014-02-10 01:10:30 +00:00
2017-12-13 14:45:37 +00:00
env_gridmap = env_modules.Clone()
# Godot source files
2017-12-13 14:45:37 +00:00
env_gridmap.add_source_files(env.modules_sources, "*.cpp")
if env["tools"]:
env_gridmap.add_source_files(env.modules_sources, "editor/*.cpp")