summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-061-1/+1
| | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 3116de59649829b0e07b627fcca44b11771d5bd3)
* Use TDE cmake macro to set versionMichele Calgaro2022-06-211-1/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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