mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 19:55:51 +00:00
This removes SystemString, SystemChar, etc. All filepaths and log strings are assumed to be UTF-8, with conversions to UTF-16 for Windows APIs as appropriate. Updates amuse, athena, boo, kabufua and nod
13 lines
269 B
CMake
13 lines
269 B
CMake
set(BLENDER_SOURCES
|
|
Connection.cpp
|
|
MeshOptimizer.hpp
|
|
MeshOptimizer.cpp
|
|
SDNARead.cpp
|
|
HMDL.cpp)
|
|
|
|
hecl_add_list(Blender BLENDER_SOURCES)
|
|
|
|
set(FIND_BLENDER_SOURCES
|
|
FindBlender.cpp)
|
|
|
|
hecl_add_list(Blender FIND_BLENDER_SOURCES) |