fix clangd errors
This commit is contained in:
parent
15cef7f49b
commit
47366a6d62
|
@ -0,0 +1,3 @@
|
|||
# clangd currently doesnt support modules
|
||||
CompileFlags:
|
||||
Remove: [-fmodule*, -fdeps-format*]
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue