projects
/
restinio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5494a29
)
Include clara
author
Sébastien Delafond
<sdelafond@gmail.com>
Fri, 24 Apr 2020 12:51:18 +0000
(14:51 +0200)
committer
Peter Michael Green
<plugwash@raspbian.org>
Sat, 9 Jan 2021 13:39:15 +0000
(13:39 +0000)
Gbp-Pq: Name 0002-Include-clara.patch
dev/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/dev/CMakeLists.txt
b/dev/CMakeLists.txt
index bbc4bcef2ba9d08999645bd9dffbd3396b1d6ca3..c11a5b663e3901d9b8f7ff7bcbe87a49f977a2be 100644
(file)
--- 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)