summaryrefslogtreecommitdiff
path: root/CMake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: add a file for Windows backtracing libraryDanny Holman2024-11-191-0/+12
| | | | | | | | Add a build file that finds the Windows backtracing and symbol resolution library. This will enable the backtrace function on Win32 platforms. Signed-off-by: Danny Holman <dholman@gymli.org>
* build: add a function that enables compiler flagsDanny Holman2024-11-191-0/+12
| | | | | | Add a function that enables a specified compiler flag. Signed-off-by: Danny Holman <dholman@gymli.org>
* doc: hook documentation into build systemDanny Holman2024-10-181-0/+8
Add a target to the build system that will generate the included documentation. This target should be called "docs" and should only be called explictity, not during the default build target. Signed-off-by: Danny Holman <dholman@gymli.org>