From: Sébastien Delafond Date: Fri, 24 Apr 2020 12:51:18 +0000 (+0200) Subject: Include clara X-Git-Tag: archive/raspbian/0.6.19-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ac8ef26dae5350d1225ab7c17cb8e65a7883204;p=restinio.git Include clara Forwarded: not-needed Gbp-Pq: Name 2000-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)