UE4CMake icon indicating copy to clipboard operation
UE4CMake copied to clipboard

Moves the library compilation into Platform specific directory

Open AndreaCatania opened this issue 1 year ago • 0 comments

This is the first PR to enable CrossCompilation support with this plugin.

As suggested here, the compilation is now executed in platform-specific folders.

Before: MyUEProject\Intermediate\CMakeTarget\TheLibrary Now: MyUEProject\Intermediate\CMakeTarget\TheLibrary\Win64 and MyUEProject\Intermediate\CMakeTarget\TheLibrary\Linux

AndreaCatania avatar Sep 18 '24 17:09 AndreaCatania