From: Sébastien Delafond Date: Fri, 24 Apr 2020 12:51:18 +0000 (+0200) Subject: Include clara X-Git-Tag: archive/raspbian/0.6.16-0.2+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8b403a1a0bc27a49a4a42b976e378fb3139cbf2a;p=restinio.git Include clara Gbp-Pq: Name 0002-Include-clara.patch --- diff --git a/dev/CMakeLists.txt b/dev/CMakeLists.txt index bbc4bce..c11a5b6 100644 --- a/dev/CMakeLists.txt +++ b/dev/CMakeLists.txt @@ -93,6 +93,8 @@ IF (RESTINIO_MASTER_PROJECT) find_package(Catch2 CONFIG REQUIRED) ENDIF () + include_directories("${CMAKE_SOURCE_DIR}/clara") + # HTTP parser IF (RESTINIO_USE_EXTERNAL_HTTP_PARSER) find_package(http-parser REQUIRED)