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

« back to all changes in this revision

Viewing changes to python/dim2/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:
1
1
# dim2 
2
2
 
3
3
# Files to compile
4
 
SET ( FILES dim2boundarycomponent dim2component dim2edge dim2exampletriangulation dim2triangle dim2isomorphism dim2triangleedge dim2triangulation dim2vertex pydim2 )
 
4
SET ( FILES
 
5
  dim2boundarycomponent
 
6
  dim2component
 
7
  dim2edge
 
8
  dim2exampletriangulation
 
9
  dim2triangle
 
10
  dim2isomorphism
 
11
  dim2triangleedge
 
12
  dim2triangulation
 
13
  dim2vertex
 
14
  pydim2
 
15
  )
5
16
 
6
17
# Prepend folder name
7
18
FOREACH ( SOURCE_FILE ${FILES} )