ignore build dir

main
Brett 2024-04-01 20:31:12 -04:00
parent 95671b6fdc
commit 38692ccbbd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

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

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20.2)
project(FinalProject C CXX)
set(PROJECT_VERSION 0.3.0)
set(PROJECT_VERSION 0.3.1)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)