aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/cmake.cpp
AgeCommit message (Collapse)Author
2018-03-20CREATE_PROJECT: Place libs requiring symbols before libs providing themBastien Bouclet
In the CMake generator. So the linker can resolve the symbols it marked as unresolved as it walks the libraries. Fixes building ResidualVM with msys2 from Qt Creator on Windows.
2017-09-30BUILD: Define pointer sized integer types and remove SCUMM_64BITSBastien Bouclet
2017-04-18JANITORIAL: Remove superfluous semicolonsTorbjörn Andersson
2017-03-10CREATE_PROJECT: Support for a different target build directory in CMakePeter Kohaut
2016-09-15CREATE_PROJECT: Use SDL_Net2 when building with SDL2 for cmakeBastien Bouclet
2016-09-03CREATE_PROJECT: Add CURL and SDL_net to the list of libraries for cmake ↵Bastien Bouclet
generation
2016-07-24CREATE_PROJECT: Fix MSVC compilationBastien Bouclet
Fixes #7173.
2016-07-24CREATE_PROJECT: Hopewfully fix MSVC compilationEugene Sandulenko
2016-07-07DEVTOOLS: Add a CMake project generator to create_projectBastien Bouclet
Also-By: Joel Teichroeb <joel@teichroeb.net> Also-By: Einar Johan Trøan Sømåen <einarjohants@gmail.com>