From eaa2dd26c7a2accf8cd204b7403dbe77826a3d73 Mon Sep 17 00:00:00 2001 From: wiharb Date: Thu, 7 Mar 2024 07:28:41 -0500 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a4b4e..5d6365a 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ A simple cmake template - Works on Windows (probably Linux as well but have not tested) - Initialize with : `cmake -S . -B ./_build` - Pulls down 3rd party dependancies with CMake Fetch +- Makes `ASSETS_PATH` macro available to code ## 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) +sources/ (Source files for project) .gitattributes .gitignore LICENCE