Skip to content

Commit e77db37

Browse files
jmschonfeldiCharlesHu
authored andcommitted
Ensure CFXMLInterface and CFURLSessionInterface link libxml and libcurl respectively
1 parent 6f8e278 commit e77db37

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Sources/_CFURLSessionInterface/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ target_compile_options(_CFURLSessionInterface PRIVATE
2929

3030
target_link_libraries(_CFURLSessionInterface PRIVATE
3131
CoreFoundation
32-
dispatch)
32+
dispatch
33+
CURL::libcurl)

Sources/_CFXMLInterface/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ target_compile_options(_CFXMLInterface PRIVATE
2828

2929
target_link_libraries(_CFXMLInterface PRIVATE
3030
CoreFoundation
31-
dispatch)
31+
dispatch
32+
LibXml2::LibXml2)

0 commit comments

Comments
 (0)