Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / SubDir / Examples / example1 / CMakeLists.txt
blobe465899d56afc15ecba5987d6f29f7d7df245497
1 PROJECT(example1)
2 ADD_EXECUTABLE(example1 example1.cxx)
4 ADD_CUSTOM_COMMAND(TARGET example1 POST_BUILD
5   COMMAND "${CMAKE_COMMAND}" ARGS -E remove ${SUBDIR_BINARY_DIR}/ShouldBeHere
6   COMMENT "Remove marker file that should exist because this should not be run")