mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
8 lines
133 B
CMake
8 lines
133 B
CMake
|
|
cmake_policy(SET CMP0039 NEW)
|
|
|
|
add_custom_target(utility
|
|
COMMAND ${CMAKE_COMMAND} -E echo test
|
|
)
|
|
target_link_libraries(utility m)
|