4 lines
76 B
CMake
4 lines
76 B
CMake
|
add_custom_target(drive
|
||
|
COMMAND ${CMAKE_COMMAND} -E echo $<DEVICE_LINK>
|
||
|
)
|