Skip to content

Commit f451747

Browse files
committed
Apply PR reviews
1 parent c4914ca commit f451747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686
url = git@github.com:Erfan-Ahmadi/tcpp.git
8787
[submodule "3rdparty/imgui"]
8888
path = 3rdparty/imgui
89-
url = https://github.com/ocornut/imgui
89+
url = git@github.com:ocornut/imgui.git

3rdparty/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ add_library(spirv_cross OBJECT
229229
target_compile_definitions(spirv_cross PUBLIC SPIRV_CROSS_EXCEPTIONS_TO_ASSERTIONS)
230230

231231
if(NBL_BUILD_IMGUI)
232-
add_library(imgui
232+
add_library(imgui STATIC
233233
"imgui/imconfig.h"
234234
"imgui/imgui_demo.cpp"
235235
"imgui/imgui_draw.cpp"

0 commit comments

Comments
 (0)