nem0 / OpenFBX

Lightweight open source FBX importer
MIT License
1.15k stars 135 forks source link

added automatic CMake import of libdeflate as source #100

Closed KDen404 closed 3 months ago

KDen404 commented 3 months ago

I added libdeflate to cmake using fetchcontent, this makes it much more straight forward in cloning and including OpenFBX into other projects, without manually installing dependencies

nem0 commented 3 months ago

Does this work on Windows? I see only .so and .a. BTW version of libdeflate optimized for compile time is vendored in this repository.

KDen404 commented 3 months ago

still need to check it on windows, it works on my linux build, without installing external packages. I can check if it works on windows as soon as i pull on my home workstation

KDen404 commented 3 months ago

also builds on my windows workstation

KDen404 commented 3 months ago

i would appreciate it if you test it aswell, if it works feel free to accept the pull request.