Compare commits

...

2 Commits

Author SHA1 Message Date
Brett 271b5f3553 add git ignore 2023-12-15 16:21:18 -05:00
Brett 6f53866b03 make cmake work on laptop 2023-12-15 16:20:46 -05:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
cmake-build-*/

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.26)
cmake_minimum_required(VERSION 3.25)
project(BLT_With_Graphics_Template)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)