4 lines
74 B
CMake
Raw Normal View History

2020-08-30 11:54:41 +02:00
add_custom_target(drive
COMMAND ${CMAKE_COMMAND} -E echo $<HOST_LINK>
)