Fixed .clangd file
This commit is contained in:
parent
91bbfaf36f
commit
aebf9c1d14
4 changed files with 8 additions and 12 deletions
10
.clangd
10
.clangd
|
|
@ -1,11 +1,3 @@
|
|||
CompileFlags:
|
||||
CompilationDatabase: bin
|
||||
Add:
|
||||
[
|
||||
"-IC:/msys64/ucrt64/include",
|
||||
"-IC:/msys64/ucrt64/include/ucrt",
|
||||
"-IC:/msys64/ucrt64/include/crt",
|
||||
"-IC:/msys64/ucrt64/include/c++/12.2.0",
|
||||
"-IC:/msys64/ucrt64/include/c++/12.2.0/x86_64-w64-mingw32",
|
||||
"-IC:/msys64/ucrt64/usr/include",
|
||||
]
|
||||
Add: ["--target=x86_64-w64-mingw32"]
|
||||
|
|
@ -137,7 +137,11 @@ if (WIN32)
|
|||
"${MSYS2_UCRT64}/include"
|
||||
"${MSYS2_UCRT64}/include/c++/13.2.0"
|
||||
"${MSYS2_UCRT64}/include/c++/13.2.0/x86_64-w64-mingw32"
|
||||
|
||||
)
|
||||
file(WRITE ${CMAKE_CURRENT_LIST_DIR}/.clangd "CompileFlags:\n CompilationDatabase: bin\n Add: [\"--target=x86_64-w64-mingw32\"]")
|
||||
else()
|
||||
file(WRITE ${CMAKE_CURRENT_LIST_DIR}/.clangd "CompileFlags:\n CompilationDatabase: bin")
|
||||
endif()
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2042
|
||||
2046
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
* Tab Panel
|
||||
*/
|
||||
|
||||
#include "utils/Keycodes.hpp"
|
||||
#include <ogfx/utils/Keycodes.hpp>
|
||||
#include <ogfx/ogfx.hpp>
|
||||
|
||||
ostd::ConsoleOutputHandler out;
|
||||
|
|
|
|||
Loading…
Reference in a new issue