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+ds-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=027ac8ef69f58faac17e797b71ef2c65fc66ebd9;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)