summaryrefslogtreecommitdiff
path: root/CMake (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-04root: restructuringDanny Holman1-0/+60
Restructure the root of the project such that the engine is siloed from the rest of the toolchain. Add two new subdirectories that contain an editor and an offline profiling data analyzer. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-11-19build: add a file for Windows backtracing libraryDanny Holman1-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>
2024-11-19build: add a function that enables compiler flagsDanny Holman1-0/+12
Add a function that enables a specified compiler flag. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-10-18doc: hook documentation into build systemDanny Holman1-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>