Update 'README.md'

This commit is contained in:
wiharb
2024-03-07 07:26:57 -05:00
parent 41be05a22f
commit eb2b14a13a

View File

@@ -2,7 +2,7 @@
A simple cmake template
- Works with VS Code and Visual Studio 2022
- 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
## Structure
```