caseymcc / UE4CMake

Provides a simple way to add a cmake lib to any Unreal Engine 4 (UE4) or 5 (UE5) project.
MIT License
84 stars 16 forks source link

Fixes Linux compilation #30

Closed AndreaCatania closed 2 months ago

AndreaCatania commented 2 months ago

When executing on Linux this plugin was trying to compile the cmake libs using the cross compiler toolchain causing a bunch of compilation errors + some linking issues.

This change allow the lib to be used with the same compiler used by unreal engine.