Test(CMake) set NAME and COMMAND in add_test
This commit is contained in:
parent
bdc5582b35
commit
31396666f1
@ -46,7 +46,7 @@ if (NOT DEFINED CMAKE_CXX_STANDARD)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
add_test(yaml-cpp::test yaml-cpp-tests)
|
add_test(NAME yaml-cpp::test COMMAND yaml-cpp-tests)
|
||||||
|
|
||||||
if (build-windows-dll)
|
if (build-windows-dll)
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user