Compare commits

..

1 Commits

Author SHA1 Message Date
6bcbb1dbf4 Fix build in release mode. 2025-12-18 21:09:05 -05:00

View File

@ -1,3 +1,9 @@
# Build Overview
- #TODO: Explain build configuration: library, exe
- Why do we use CMake (even though I hate it)? (because it's industry standard?)
- Plans to use a metaprogram to modify code for certain reasons (e.g. getting stack traces)
## Configuration
This project uses CMake to configure and build. Currently only Win32 is supported.
```
@ -7,3 +13,11 @@ cmake -S . -B build
```
cmake --build build --config Debug
```
# APIs
## Base Layer
## OS Platform Layer
##