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.
1 parent 2c2f51d commit 3ea08feCopy full SHA for 3ea08fe
Tests/Tools/XDGTestHelper/CMakeLists.txt
@@ -6,3 +6,7 @@ target_link_libraries(xdgTestHelper PRIVATE
6
FoundationXML)
7
set_target_properties(xdgTestHelper PROPERTIES
8
BUILD_RPATH "$<TARGET_FILE_DIR:swiftDispatch>;$<TARGET_FILE_DIR:Foundation>;$<TARGET_FILE_DIR:FoundationNetworking>;$<TARGET_FILE_DIR:FoundationXML>")
9
+if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
10
+ target_link_options(xdgTestHelper PRIVATE
11
+ "SHELL:-Xlinker -rpath -Xlinker $<TARGET_FILE_DIR:swiftDispatch>:$<TARGET_FILE_DIR:Foundation>:$<TARGET_FILE_DIR:FoundationNetworking>:$<TARGET_FILE_DIR:FoundationXML>")
12
+endif()
0 commit comments