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