Skip to content

Commit 2195121

Browse files
authored
Merge pull request #2572 from gmittert/ProperFoundations
[cmake] Fix dependencies for xdgTestHelp
2 parents 123dde1 + f0ae1fe commit 2195121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TestFoundation/xdgTestHelper/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
add_executable(xdgTestHelper
33
main.swift)
44
target_link_libraries(xdgTestHelper PRIVATE
5-
Foundation)
5+
Foundation
6+
FoundationNetworking
7+
FoundationXML)
68
# TODO(compnerd) properly propogate `BUILD_RPATH` to the target using CMake
79
if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows AND NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
810
target_link_options(xdgTestHelper PRIVATE

0 commit comments

Comments
 (0)