mirror of
https://github.com/Relintai/texture_packer.git
synced 2024-11-12 10:15:16 +01:00
15 lines
557 B
Plaintext
15 lines
557 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
env.add_source_files(env.modules_sources,"texture_packer.cpp")
|
|
env.add_source_files(env.modules_sources,"rectpack2D/pack.cpp")
|
|
|
|
env.add_source_files(env.modules_sources,"texture_merger.cpp")
|
|
|
|
env.add_source_files(env.modules_sources,"texture_resource/packer_image_resource.cpp")
|
|
|
|
env.add_source_files(env.modules_sources,"texture_resource/editor_plugin_packer_image_resource.cpp")
|
|
env.add_source_files(env.modules_sources,"texture_resource/packer_image_resource_importer.cpp")
|
|
|