File: import-qwprot.patch

package info (click to toggle)
mvdsv 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,376 kB
  • sloc: ansic: 47,306; asm: 311; sh: 33; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 816 bytes parent folder | download
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/")
 
 
 ######################################################################################################