TiManGames / AmnesiaTheDarkDescent

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

Test and recommend a separate build directory #33

Closed jkulawik closed 3 weeks ago

jkulawik commented 3 weeks ago

All this should require is running cmake with -B build. Maybe use -S too: cmake -S . -B build

jkulawik commented 3 weeks ago

Make sure to remove the old generated files first: https://stackoverflow.com/questions/18826789/cmake-how-to-set-the-build-directory-to-be-different-than-source-directory#24435795