irajsb / UE4_Assimp

Assimp mesh importer for Unreal Engine
MIT License
136 stars 29 forks source link

Compilation on MacOS (x86_64) and UE5 #16

Closed sfjohnston closed 2 years ago

sfjohnston commented 2 years ago

Additional note for the wiki:

For MacOS, I used:

cmake CMakeLists.txt -DLIBRARY_SUFFIX:STRING= \ -DCMAKE_OSX_ARCHITECTURES=x86_64 \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15

irajsb commented 2 years ago

Thank you for your contribution !

irajsb commented 2 years ago

https://github.com/irajsb/UE4_Assimp/wiki/How-To-Build Docs updated for macos