Skip to content

Commit 74c85ef

Browse files
committed
Remove imgui
1 parent c7b8126 commit 74c85ef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "third_party/spdlog"]
22
path = third_party/spdlog
33
url = https://github.com/gabime/spdlog.git
4-
[submodule "third_party/imgui"]
5-
path = third_party/imgui
6-
url = https://github.com/ocornut/imgui.git
4+
;[submodule "third_party/imgui"]
5+
; path = third_party/imgui
6+
; url = https://github.com/ocornut/imgui.git

third_party/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
add_library(imgui STATIC)
1+
#add_library(imgui STATIC)
22
add_subdirectory(parallel-rdp-standalone)
33
add_subdirectory(spdlog)
44

5-
file(GLOB IMGUI_SOURCES CONFIGURE_DEPENDS imgui/*.cpp)
6-
target_sources(imgui PRIVATE
7-
"${IMGUI_SOURCES}"
8-
)
9-
target_include_directories(imgui INTERFACE imgui)
10-
target_link_libraries(imgui PRIVATE
11-
common
12-
utils
13-
)
5+
#file(GLOB IMGUI_SOURCES CONFIGURE_DEPENDS imgui/*.cpp)
6+
#target_sources(imgui PRIVATE
7+
# "${IMGUI_SOURCES}"
8+
#)
9+
#target_include_directories(imgui INTERFACE imgui)
10+
#target_link_libraries(imgui PRIVATE
11+
# common
12+
# utils
13+
#)
1414

1515
target_include_directories(spdlog SYSTEM INTERFACE
1616
spdlog/include

0 commit comments

Comments
 (0)