Remove submodules from matrix-structs

fixes #164
This commit is contained in:
Konstantinos Sideris 2017-12-16 18:36:16 +02:00
parent bd512533fb
commit 7e24a468b5
3 changed files with 5 additions and 2 deletions

View File

@ -302,6 +302,8 @@ qt5_add_resources(LANG_QRC ${_qrc})
qt5_add_resources(QRC resources/res.qrc)
add_subdirectory(libs/matrix-structs)
include_directories(${matrix_structs_SOURCE_DIR}/include)
include_directories(${matrix_structs_SOURCE_DIR}/deps)
set(COMMON_LIBS matrix_structs Qt5::Widgets Qt5::Network Qt5::Concurrent)

View File

@ -42,6 +42,7 @@ docker-app-image: image
-v `pwd`:/build nheko-app-image make linux-appimage
clean:
rm -rf build
git clean -xdf
git submodule foreach git clean -xdf
.PHONY: build app dmg

@ -1 +1 @@
Subproject commit d03a370ffd1bbdd5623afbe9817d1b929bc76cd7
Subproject commit d7227d213c253f784b3fd470e0ac98165d2de568