floooh / oryol-tools

Asset exporter tools for Oryol engine
MIT License
10 stars 3 forks source link

added fips_deps(ExportUtil) to CMakeLists in ExportModel #1

Closed sanderboer closed 7 years ago

sanderboer commented 7 years ago

fips build failed to link, ExportModel wants to link to a function in ExportUtil. Added a fips dep, build succeeded.

gr.S

floooh commented 7 years ago

Thanks! The linker-dependency order between ExportUtil and ExportModel was wrong (this doesn't matter in clang or VS, only in gcc). In addition to your fix I have also removed the ExportUtil dependency up in the executable.

But please note that the exporter is currently sort of half-finished and abandoned, since there is no high-level graphics module in Oryol which would accept "high-level" 3D models (with materials , animations etc). Right now it's just raw mesh data export.