Skip to content

Commit

Permalink
Update unittest.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jul 18, 2024
1 parent 2ba24f9 commit 618f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/unittest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (WIN32)
COMMAND ${CMAKE_COMMAND} -E copy_if_different $<TARGET_RUNTIME_DLLS:unit_test> $<TARGET_FILE_DIR:unit_test>
COMMAND_EXPAND_LISTS
)
endif ()
endif()

add_test(NAME unittest COMMAND unit_test)

0 comments on commit 618f946

Please sign in to comment.