mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
Import('env')
|
|
|
|
|
|
pvr_sources = [
|
|
"pvr/texture_loader_pvr.cpp"
|
|
]
|
|
|
|
env.drivers_sources+=pvr_sources
|
|
|
|
#env.add_source_files(env.drivers_sources, pvr_sources)
|
|
|