1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00
Files
godot/drivers/openssl/SCsub
Ariel Manzur 12bd9ee6f2 fix
2016-05-21 20:07:32 -03:00

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")