2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 19:55:51 +00:00
metaforce/hecl/lib/Blender/CMakeLists.txt
Luke Street 9ca1a38171 Use UTF-8 exclusively internally
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
2021-06-30 14:20:45 -04:00

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)