- Remove commented out cmake code
- Remove duplicate .clang-format script
This commit is contained in:
McMassiveNZ
2023-04-19 20:21:23 +02:00
parent 4ae331e45b
commit d81e880cf3
2 changed files with 0 additions and 101 deletions

View File

@@ -1,9 +1,5 @@
cmake_minimum_required(VERSION 3.23)
# uncomment to enable vcpkg:
# # Setup vcpkg - should be called before defining project()
# run_vcpkg()
project(blank-slate VERSION 1.0.0)
set(CMAKE_CXX_STANDARD 20)