caseymcc / UE4CMake

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

Ensure the libs are not compiled in Debug mode with DebugGame as target. #20

Closed AndreaCatania closed 4 months ago

AndreaCatania commented 4 months ago

Fixes #19

As specified here the DebugGame is like Development minus optimization. So, it's necessary not to build the libraries in Debug.

caseymcc commented 4 months ago

thanks for the update