2021-09-14 00:13:48 +02:00

6 lines
101 B
CMake

include(CTest)
enable_testing()
add_test(NAME dummy COMMAND ${CMAKE_COMMAND} -E echo $<HOST_LINK>)