summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Use CMake rules instead of calling external shell scriptsSlávek Banko2021-05-241-4/+31
| | | | | | | | generate_apidox and install_apidox from the cmake submodule folder. After generating apidox, links pointing to build directory are fixed. Signed-off-by: Slávek Banko <[email protected]>
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add symbols visibility option.gregory guy2021-01-011-2/+3
| | | | Signed-off-by: gregory guy <[email protected]>
* Turn into a TDE application.gregory guy2020-12-011-2/+2
| | | | | | | The game is renamed TDEFifteen (original name: q15). Add icons (Public Domaine, https://commons.wikimedia.org/wiki/File:15-puzzle.svg). Signed-off-by: gregory guy <[email protected]>
* Some cleanup and cosmetics.gregory guy2020-12-011-42/+47
| | | | Signed-off-by: gregory guy <[email protected]>
* Avoid overriding user linker flags (LDFLAGS) for modules and shared libsFabio Rossi2018-12-171-2/+2
| | | | Signed-off-by: Fabio Rossi <[email protected]>
* Add WITH_ALL_OPTIONS for consistency with other modulesAlexander Golubev2016-09-281-1/+2
| | | | Signed-off-by: Alexander Golubev <[email protected]>
* cmake: Add apidox targetsSlávek Banko2016-03-141-1/+12
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Initial cmake conversionAlexander Golubev2016-03-141-0/+156