Compare commits

..

No commits in common. "271b5f3553f3bbf280f95cba4e1b4699ce5d5687" and "0c8630ccffd6cd3d3beaf0a37690c89de63ad364" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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