summaryrefslogtreecommitdiff
path: root/cmake/CmakeUninstall.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* build: Refactor CMake modulesDimitri Staessens2026-01-071-29/+0
| | | | | | | | | This moves the CMake build logic out of the source tree and splits it up into a more modular form. The tests now have a CMakeLists.txt file in their respective source directory. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
* cmake: Use execute_process in newer CMake versionsDimitri Staessens2024-01-311-7/+15
| | | | | | | | | Fixes warnings in CMake 3.28 and newer related to CMP0153. https://cmake.org/cmake/help/latest/policy/CMP0153.html Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-0/+21
The CMakeLists files are now properly indented.