diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/verdict/include.patch | |
Diffstat (limited to 'vcpkg/ports/verdict/include.patch')
| -rw-r--r-- | vcpkg/ports/verdict/include.patch | 13 |
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() |