Update CMakeLists.txt

This commit is contained in:
Yancey Wang 2023-06-04 21:45:31 -04:00 committed by GitHub
parent ca5444b4a7
commit 3ac5e6b40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#note: experimental #note: experimental
# currently only used for generating `compile_commands.json` for clangd
# to build this project, it's suggested to use `makefile` instead
cmake_minimum_required(VERSION 3.7) cmake_minimum_required(VERSION 3.7)
project(speederv2) project(speederv2)