Skip to content

Commit 9d1a12a

Browse files
committed
feat(ffi): upgrade mock server to v2
The v2 mock server has a number of improvements over v1. This should be generally backwards compatible. Signed-off-by: JP-Ellis <[email protected]>
1 parent aa27f5e commit 9d1a12a

File tree

5 files changed

+345
-390
lines changed

5 files changed

+345
-390
lines changed

c/consumer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ if(APPLE)
104104
target_link_libraries(
105105
pact-consumer
106106
PRIVATE
107+
"$<LINK_LIBRARY:FRAMEWORK,SystemConfiguration>"
107108
"$<LINK_LIBRARY:FRAMEWORK,Security>"
108109
"$<LINK_LIBRARY:FRAMEWORK,CoreFoundation>"
109110
"$<LINK_LIBRARY:FRAMEWORK,IOKit>"

c/provider/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ if(APPLE)
119119
target_link_libraries(
120120
pact-provider
121121
PRIVATE
122+
"$<LINK_LIBRARY:FRAMEWORK,SystemConfiguration>"
122123
"$<LINK_LIBRARY:FRAMEWORK,Security>"
123124
"$<LINK_LIBRARY:FRAMEWORK,CoreFoundation>"
124125
"$<LINK_LIBRARY:FRAMEWORK,IOKit>"

0 commit comments

Comments
 (0)