mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
5 lines
90 B
CMake
5 lines
90 B
CMake
|
|
add_custom_command(TARGET foobar PRE_BUILD
|
|
COMMAND "${CMAKE_COMMAND} -E hello world"
|
|
)
|