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 328c7ac commit 9a88f11Copy full SHA for 9a88f11
Tests/Foundation/CMakeLists.txt
@@ -186,3 +186,6 @@ xctest_discover_tests(TestFoundation
186
${CMAKE_BINARY_DIR}/TestFoundation.app
187
DISCOVERY_TIMEOUT
188
10
189
+ PROPERTIES
190
+ ENVIRONMENT
191
+ LD_LIBRARY_PATH=${CMAKE_BINARY_DIR}/TestFoundation.app:$<TARGET_LINKER_FILE_DIR:XCTest>:$<TARGET_LINKER_FILE_DIR:dispatch>:$<TARGET_LINKER_FILE_DIR:swiftDispatch>:$<TARGET_LINKER_FILE_DIR:BlocksRuntime>)
0 commit comments