1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Import qwprot protocol header
Upstream doesn't provide builds for qwprot, and it's shipped in Debian under
this directory.
Author: Lee Garrett <debian@rocketjump.eu>
Forwarded: not-needed
Reviewed-by: <Lee Garrett <debian@rocketjump.eu>
Last-Update: 2025-04-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -141,6 +141,7 @@
target_include_directories(${PROJECT_NAME} PRIVATE ${DIR_SRC}/qwprot/src)
target_include_directories(${PROJECT_NAME} PRIVATE ${CURL_INCLUDE_DIRS})
target_include_directories(${PROJECT_NAME} PRIVATE ${PCRE_INCLUDE_DIR})
+target_include_directories(${PROJECT_NAME} PRIVATE "/usr/include/qwprot/")
######################################################################################################
|