mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 05:10:10 -05:00
4 lines
87 B
CMake
4 lines
87 B
CMake
add_custom_command(TARGET foobar PRE_BUILD
|
|
COMMAND ${CMAKE_COMMAND} -E hello world
|
|
)
|