File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- [submodule "3rd/flint_gui "]
2- path = 3rd/flint_gui
3- url = https://github.com/floppyhammer/flint_gui.git
4- branch = master
51[submodule "3rd/json "]
62 path = 3rd/json
73 url = https://github.com/nlohmann/json.git
117[submodule "3rd/mINI "]
128 path = 3rd/mINI
139 url = https://github.com/metayeti/mINI.git
10+ [submodule "3rd/revector "]
11+ path = 3rd/revector
12+ url = https://github.com/floppyhammer/revector.git
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ endif ()
5959add_subdirectory (3rd/devourer )
6060target_include_directories (${PROJECT_NAME} PRIVATE "3rd/devourer/src" "3rd/devourer/hal" )
6161
62- add_subdirectory (3rd/flint_gui )
63- target_include_directories (${PROJECT_NAME} PRIVATE "3rd/flint_gui /src" )
62+ add_subdirectory (3rd/revector )
63+ target_include_directories (${PROJECT_NAME} PRIVATE "3rd/revector /src" )
6464
6565add_subdirectory (3rd/json )
6666target_include_directories (${PROJECT_NAME} PRIVATE "3rd/json/include" )
You can’t perform that action at this time.
0 commit comments