Update 'README.md'

This commit is contained in:
wiharb
2024-03-07 07:28:41 -05:00
parent eb2b14a13a
commit eaa2dd26c7

View File

@@ -4,12 +4,13 @@ A simple cmake template
- Works on Windows (probably Linux as well but have not tested) - Works on Windows (probably Linux as well but have not tested)
- Initialize with : `cmake -S . -B ./_build` - Initialize with : `cmake -S . -B ./_build`
- Pulls down 3rd party dependancies with CMake Fetch - Pulls down 3rd party dependancies with CMake Fetch
- Makes `ASSETS_PATH` macro available to code
## Structure ## Structure
``` ```
_build/ - Location for build artifacts (gitignore) _build/ - Location for build artifacts (gitignore)
_external/ (Compiled/src 3rd party libraries and headers) _external/ (Compiled/src 3rd party libraries and headers)
assets/ - binary assets (textures, audio files, compiled shaders) assets/ - binary assets (textures, audio files, compiled shaders)
source/ (Source files for project) sources/ (Source files for project)
.gitattributes .gitattributes
.gitignore .gitignore
LICENCE LICENCE