Make things work #1

Merged
etenie merged 10 commits from fix-regex into master 2024-11-10 18:35:45 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 47366a6d62 - Show all commits

3
.clangd Normal file
View File

@ -0,0 +1,3 @@
# clangd currently doesnt support modules
CompileFlags:
Remove: [-fmodule*, -fdeps-format*]

View File

@ -6,8 +6,6 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
find_package(nlohmann_json REQUIRED)
include_directories(${CMAKE_SOURCE_DIR}/external/ctre/include)
include(FetchContent)
FetchContent_Declare(