TiManGames / AmnesiaTheDarkDescent

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

CMake: add Win32 implementations #47

Closed jkulawik closed 2 weeks ago

jkulawik commented 3 weeks ago

At the moment, CMakeLists contain only Unix.cpp implementations of various headers. They have a separate file (Win32.cpp) for usage in Windows builds and this needs to be accounted for in CMake.

jkulawik commented 2 weeks ago

This is already done for the ones I could find, but it is hard to be sure when linking errors (#18) obscure other issues.

jkulawik commented 2 weeks ago

Seems to be fine now