(cherry picked from commit6cf2353305) (cherry picked from commit12bd9ee6f2) (cherry picked from commit4c4d79e3c9) (cherry picked from commitdbb4c0c9b7)
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
Import('env_drivers')
|
|
Import('env')
|
|
|
|
env_drivers.add_source_files(env.drivers_sources,"*.cpp")
|
|
env_drivers.add_source_files(env.drivers_sources,"*.c")
|
|
|