aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/verdict/include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/verdict/include.patch')
-rw-r--r--vcpkg/ports/verdict/include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/verdict/include.patch b/vcpkg/ports/verdict/include.patch
new file mode 100644
index 0000000..541fea9
--- /dev/null
+++ b/vcpkg/ports/verdict/include.patch
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 73c4de3..2cdd102 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -54,7 +54,7 @@ configure_file(
+
+ add_library(verdict ${verdict_SOURCES} ${verdict_HEADERS} ${CMAKE_CURRENT_BINARY_DIR}/verdict_config.h)
+ target_include_directories(verdict PUBLIC
+- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>)
++ $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}> $<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}> $<INSTALL_INTERFACE:include>)
+ if(UNIX)
+ target_link_libraries(verdict PRIVATE m)
+ endif()