Move 2d navigation related editor plugins to navigation_2d module
Moves 2d navigation related editor plugins to navigation_2d module.
This commit is contained in:
@ -36,6 +36,8 @@ module_obj = []
|
||||
|
||||
env_navigation_2d.add_source_files(module_obj, "*.cpp")
|
||||
env_navigation_2d.add_source_files(module_obj, "2d/*.cpp")
|
||||
if env.editor_build:
|
||||
env_navigation_2d.add_source_files(module_obj, "editor/*.cpp")
|
||||
env.modules_sources += module_obj
|
||||
|
||||
# Needed to force rebuilding the module files when the thirdparty library is updated.
|
||||
|
||||
Reference in New Issue
Block a user