lsalzman / iqm

Inter-Quake Model format development kit
MIT License
239 stars 73 forks source link

CMakeLists.txt, tested on Linux, Mac 10.11.2 and Win 8.1 #20

Open roxlu opened 8 years ago

roxlu commented 8 years ago

Hi Lee, can you maybe add this ( https://gist.github.com/roxlu/818d9db373f973ba186f ) CMakeLists.txt file to your repository. This will make is very easy to compile the project on all major platforms. You don't need mingw on windows and you don't need to compile any of the dependencies for the demos.

Thanks!

Croydon commented 6 years ago

@roxlu Maybe rebase + create a pull request?

Calinou commented 6 years ago

Build scripts (in the form of shell scripts) are generally frowned upon, as you can just call the cmake command directly. However, the recommended usage should definitely be documented, probably in the README.