mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
87f37bc5a3
-Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around
9 lines
130 B
Plaintext
9 lines
130 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.drivers_sources,"*.cpp")
|
|
env.add_source_files(env.drivers_sources,"*.c")
|
|
|
|
Export('env')
|
|
|
|
|