Added warning about not cloned submodule (#113)

This commit is contained in:
Miklós Márton 2020-10-12 22:21:07 +02:00 committed by GitHub
parent 5ebf6d6345
commit c60d31465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ CONFIG += c++11
INCLUDEPATH += $$PWD/include
DEFINES += NUT_SHARED_POINTER
!exists(3rdparty/serializer/src/src.pri) {
error("Please do git submodule update --init --recursive in the Nut directory")
}
include(3rdparty/serializer/src/src.pri)
HEADERS += \