Skip to content

Commit

Permalink
gtest dlls are in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 3, 2024
1 parent cabd9eb commit bd5fc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ macro(ENTWINE_ADD_TEST _name)
add_test(NAME ${_name} COMMAND ${test-name})
if (WIN32)
set_property(TEST ${_name} PROPERTY ENVIRONMENT
"PATH=${CMAKE_BINARY_DIR}:$ENV{PATH}")
"PATH=${CMAKE_BINARY_DIR}/bin:$ENV{PATH}")
endif()
endmacro(ENTWINE_ADD_TEST)

Expand Down

0 comments on commit bd5fc19

Please sign in to comment.