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 343ac4a commit 55e6593Copy full SHA for 55e6593
unittests/CppInterOp/CMakeLists.txt
@@ -85,7 +85,7 @@ if(EMSCRIPTEN)
85
endif()
86
87
if (NOT EMSCRIPTEN)
88
- set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/CppInterOpTests/unittests/bin/$<CONFIG>/)
+ set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/unittests/bin/$<CONFIG>/)
89
90
91
set_output_directory(DynamicLibraryManagerTests
0 commit comments