Compare commits
1 Commits
6bcbb1dbf4
...
9313912598
| Author | SHA1 | Date | |
|---|---|---|---|
| 9313912598 |
14
README.md
14
README.md
@ -1,9 +1,3 @@
|
|||||||
# 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
|
## Configuration
|
||||||
This project uses CMake to configure and build. Currently only Win32 is supported.
|
This project uses CMake to configure and build. Currently only Win32 is supported.
|
||||||
```
|
```
|
||||||
@ -13,11 +7,3 @@ cmake -S . -B build
|
|||||||
```
|
```
|
||||||
cmake --build build --config Debug
|
cmake --build build --config Debug
|
||||||
```
|
```
|
||||||
|
|
||||||
# APIs
|
|
||||||
|
|
||||||
## Base Layer
|
|
||||||
|
|
||||||
## OS Platform Layer
|
|
||||||
|
|
||||||
##
|
|
||||||
Loading…
Reference in New Issue
Block a user