We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123dde1 + f0ae1fe commit 2195121Copy full SHA for 2195121
TestFoundation/xdgTestHelper/CMakeLists.txt
@@ -2,7 +2,9 @@
2
add_executable(xdgTestHelper
3
main.swift)
4
target_link_libraries(xdgTestHelper PRIVATE
5
- Foundation)
+ Foundation
6
+ FoundationNetworking
7
+ FoundationXML)
8
# TODO(compnerd) properly propogate `BUILD_RPATH` to the target using CMake
9
if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows AND NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
10
target_link_options(xdgTestHelper PRIVATE
0 commit comments