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 a21fdcf commit d1e55d7Copy full SHA for d1e55d7
library/cpp/threading/future/CMakeLists.txt
@@ -21,6 +21,8 @@ _ydb_sdk_install_targets(TARGETS threading-future)
21
22
if (YDB_SDK_TESTS)
23
add_ydb_test(NAME future-ut
24
+ WORKING_DIRECTORY
25
+ ${CMAKE_CURRENT_BINARY_DIR}
26
SOURCES
27
future_mt_ut.cpp
28
future_ut.cpp
0 commit comments