CMP0040-WARN-missing-target.cmake 90 B

1234
  1. add_custom_command(TARGET foobar PRE_BUILD
  2. COMMAND "${CMAKE_COMMAND} -E hello world"
  3. )