We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4914ca commit f451747Copy full SHA for f451747
.gitmodules
@@ -86,4 +86,4 @@
86
url = git@github.com:Erfan-Ahmadi/tcpp.git
87
[submodule "3rdparty/imgui"]
88
path = 3rdparty/imgui
89
- url = https://github.com/ocornut/imgui
+ url = git@github.com:ocornut/imgui.git
3rdparty/CMakeLists.txt
@@ -229,7 +229,7 @@ add_library(spirv_cross OBJECT
229
target_compile_definitions(spirv_cross PUBLIC SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS)
230
231
if(NBL_BUILD_IMGUI)
232
- add_library(imgui
+ add_library(imgui STATIC
233
"imgui/imconfig.h"
234
"imgui/imgui_demo.cpp"
235
"imgui/imgui_draw.cpp"
0 commit comments