Panzerschrek / Chasm-Reverse

Tools for reverse-engineering of game "Chasm: The Rift"
163 stars 17 forks source link

Added CMake build system #24

Closed alexey-lysiuk closed 6 years ago

alexey-lysiuk commented 6 years ago

Build game and tools, the latter can be disabled Search for SDL2, paths can be confiigured Detect MMX support in target compiler

alexey-lysiuk commented 6 years ago

I can update Travis CI configuration to use CMake. This allows to build with several versions of GCC and Clang on Linux, and to add macOS target in the future.

Also, if you are interested I can add AppVeyor too. You need to enable it first for your repository.

alexey-lysiuk commented 6 years ago

Fixed spaces and switched to CMake in Travis configuration. I’ll made the single clean commit later.

alexey-lysiuk commented 6 years ago

I've pushed clean version.