mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
dds/etc1/pbm/pvr: Make those modules and split thirdparty files
They are not particularly packaged in Linux distros so we do not facilitate unbundling via SCons. There could be done if/when there is interest. Also s/pnm/pbm/, long-lived typo :)
This commit is contained in:
7
modules/dds/SCsub
Normal file
7
modules/dds/SCsub
Normal file
@@ -0,0 +1,7 @@
|
||||
Import('env')
|
||||
Import('env_modules')
|
||||
|
||||
env_modules.add_source_files(env.modules_sources, "*.cpp")
|
||||
|
||||
Export('env_modules')
|
||||
Export('env')
|
||||
Reference in New Issue
Block a user