Update 'README.md'

This commit is contained in:
wiharb
2024-03-06 09:18:48 -05:00
parent 367f622b78
commit a02ff7d8e4

View File

@@ -1,12 +1,13 @@
_build/ - Location for build artifacts (gitignore)
_external/ (Compiled/src 3rd party libraries and headers)
assets/ - binary assets (textures, audio files, compiled shaders)
source/ (Source files for project)
.gitattributes
.gitignore
LICENCE
CMakeLists.txt
README
## Structure
_build/ - Location for build artifacts (gitignore)
_external/ (Compiled/src 3rd party libraries and headers)
assets/ - binary assets (textures, audio files, compiled shaders)
source/ (Source files for project)
.gitattributes
.gitignore
LICENCE
CMakeLists.txt
README
## Asset handling
CMAKE implements `ASSETS_PATH` as either a relative or absolute path to assets/