File tree 2 files changed +13
-13
lines changed 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "third_party/spdlog "]
2
2
path = third_party/spdlog
3
3
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
Original file line number Diff line number Diff line change 1
- add_library (imgui STATIC )
1
+ # add_library(imgui STATIC)
2
2
add_subdirectory (parallel-rdp-standalone)
3
3
add_subdirectory (spdlog)
4
4
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
+ # )
14
14
15
15
target_include_directories (spdlog SYSTEM INTERFACE
16
16
spdlog/include
You can’t perform that action at this time.
0 commit comments