~ubuntu-branches/ubuntu/oneiric/libclaw/oneiric

« back to all changes in this revision

Viewing changes to win/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge
  • Date: 2010-12-23 20:55:14 UTC
  • mfrom: (4.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101223205514-s10m6ywla7s4ttqf
Tags: 1.6.1-3
UploadĀ inĀ sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CONFIGURE_FILE(
 
1
configure_file(
2
2
  "${CMAKE_CURRENT_SOURCE_DIR}/definitions.txt.in"
3
3
  "${CMAKE_CURRENT_BINARY_DIR}/definitions.txt"
4
4
  IMMEDIATE @ONLY)
5
5
 
6
 
INSTALL( FILES definitions.txt
 
6
install( FILES definitions.txt
7
7
  DESTINATION ${CMAKE_INSTALL_PREFIX}/win )
 
 
b'\\ No newline at end of file'