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 307eb9c commit f72f649Copy full SHA for f72f649
test/CMakeLists.txt
@@ -145,6 +145,11 @@ function(add_umf_test)
145
set_tests_properties(${TEST_NAME} PROPERTIES LABELS "umf")
146
147
if(WINDOWS)
148
+ # add PATH to DLL on Windows
149
+ set(DLL_PATH_LIST
150
+ "${DLL_PATH_LIST};PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/;PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/$<CONFIG>/"
151
+ )
152
+
153
# append PATH to DLLs
154
set_property(TEST ${TEST_NAME} PROPERTY ENVIRONMENT_MODIFICATION
155
"${DLL_PATH_LIST}")
0 commit comments