~ubuntu-branches/ubuntu/breezy/cmake/breezy

« back to all changes in this revision

Viewing changes to Tests/SubDir/Examples/example1/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2004-08-12 09:21:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20040812092132-qus2c27xt84ypfx4
Tags: 2.0.3-1
* New upstream release
* finds QT's moc, gets bug closing syntax right (Closes: #250000)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PROJECT(example1)
 
2
ADD_EXECUTABLE(example1 example1.cxx)
 
3
 
 
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")