index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
CMP0040
/
CMP0040-WARN-missing-target.cmake
blob: 2c3e401492dd84a1f6a654d7035bef5584d6e6b7 (
plain
)
1
2
3
4
add_custom_command(TARGET foobar PRE_BUILD COMMAND "${CMAKE_COMMAND} -E hello world" )