summaryrefslogtreecommitdiff
path: root/include/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: Refactor CMake modulesDimitri Staessens2026-01-071-1/+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>
* Initial build infrastructureSander Vrijders2016-02-111-0/+1
Contains the initial build infrastructure. Cmake was chosen for portability reasons.