TiManGames / AmnesiaTheDarkDescent

GNU General Public License v3.0
30 stars 8 forks source link

CMakeLists Changes #57

Closed Saito720 closed 1 week ago

Saito720 commented 1 week ago

Changelog Description

CMakeLists Changes

A handful of changes were made to the following CMakeLists.txt files:

These changes address improper use of the WIN32 and MINGW conditionals. Additionally, I have ensured that MINGW builds utilize both the win32 and mingw32 dependency folders.

OALWrapper Configuration

Due to the way the OALWrapper checks for library directories, my changes initially caused an error during configuration. To resolve this, I modified the directory check to allow for additional directories, such as when building with MINGW.

Additional Dependency Folder

The additional dependency folder mingw32, populated with the MinGW32 FLTK libraries, was introduced in PR #56.