6 lines
102 B
CMake
Raw Normal View History

add_custom_target(utility
COMMAND ${CMAKE_COMMAND} -E echo test
)
target_link_libraries(utility m)