foxygit / doom Log in
commit a0056875827f1e6efb74834cc8ac051ecc2d765c
Merge: dd283bcf d0497ad2
Author:     Simon Howard <fraggle+github@gmail.com>
AuthorDate: Mon Jun 4 20:54:04 2018 -0400
Commit:     GitHub <noreply@github.com>
CommitDate: Mon Jun 4 20:54:04 2018 -0400

    Merge pull request #1054 from AlexMax/cmake

    CMake Build FIles - Visual Studio project replacement

 .gitignore                 |   1 +
 CMakeLists.txt             |  70 ++++++++++
 cmake/FindSDL2.cmake       |  97 +++++++++++++
 cmake/FindSDL2_mixer.cmake |  88 ++++++++++++
 cmake/FindSDL2_net.cmake   |  88 ++++++++++++
 cmake/Findm.cmake          |  36 +++++
 cmake/Findsamplerate.cmake |  67 +++++++++
 cmake/config.h.cin         |  10 ++
 midiproc/CMakeLists.txt    |   6 +
 opl/CMakeLists.txt         |  15 ++
 pcsound/CMakeLists.txt     |  11 ++
 src/.gitignore             |   1 +
 src/CMakeLists.txt         | 215 +++++++++++++++++++++++++++++
 src/doom/CMakeLists.txt    |  71 ++++++++++
 src/heretic/CMakeLists.txt |  57 ++++++++
 src/hexen/CMakeLists.txt   |  58 ++++++++
 src/setup/CMakeLists.txt   |  18 +++
 src/strife/CMakeLists.txt  |  75 ++++++++++
 src/v_video.c              |   1 +
 textscreen/CMakeLists.txt  |  28 ++++
 win32/win_opendir.c        | 336 +++++++++++++++++++++++++++++++++++++++++++++
 win32/win_opendir.h        |  73 ++++++++++
 22 files changed, 1422 insertions(+)