Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
238 B
Python
Raw Permalink Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
Import("env_modules")
env_agent_api = env_modules.Clone()
module_obj = []
env_agent_api.add_source_files(module_obj, "*.cpp")
env.modules_sources += module_obj