Add gtest dependency to pistache

This commit is contained in:
Martchus 2019-06-26 13:01:31 +02:00
parent 92c91bb776
commit c603abfc34
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pkgdesc='Modern and elegant HTTP and REST framework for C++'
license=('APACHE')
depends=()
makedepends=('cmake' 'git')
checkdepends=('gtest')
provides=("${_name}")
conflicts=("${_name}")
url="https://github.com/oktal/${_name}"