~ubuntu-branches/ubuntu/vivid/regina-normal/vivid

« back to all changes in this revision

Viewing changes to utils/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ben Burton
  • Date: 2013-11-02 11:44:32 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20131102114432-acgci6b1pb2hjl8q
Tags: 4.95-1
* New upstream release.
* The python module is now installed in a standard location beneath
  /usr/lib/python2.7/dist-packages.
* Switched python packaging from python-support to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include_directories(${CMAKE_BINARY_DIR}/engine)
4
4
include_directories(${POPT_INCLUDE_DIR})
5
5
 
6
 
set(UTILS regconcat regconvert regfiledump regfiletype sigcensus tricensus trisetcmp)
 
6
set(UTILS
 
7
  regconcat
 
8
  regconvert
 
9
  regfiledump
 
10
  regfiletype
 
11
  sigcensus
 
12
  tricensus
 
13
  trisetcmp
 
14
  )
7
15
 
8
16
foreach(UTIL ${UTILS})
9
17
  string(REGEX REPLACE _ - SOURCE_FILE ${UTIL})