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

« back to all changes in this revision

Viewing changes to engine/progress/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
# progress
2
2
 
3
3
# Files to compile
4
 
SET ( FILES nprogresstypes)
 
4
SET ( FILES
 
5
  nprogresstypes
 
6
  )
5
7
 
6
8
# Prepend folder name
7
9
FOREACH ( SOURCE_FILE ${FILES} )
12
14
SET( SOURCES ${SOURCES} PARENT_SCOPE)
13
15
 
14
16
if (${REGINA_INSTALL_DEV})
15
 
  INSTALL(FILES nprogress.h nprogressmanager.h nprogresstypes.h nprogresstracker.h DESTINATION ${INCLUDEDIR}/progress COMPONENT Development)
 
17
  INSTALL(FILES
 
18
    nprogress.h
 
19
    nprogressmanager.h
 
20
    nprogresstypes.h
 
21
    nprogresstracker.h
 
22
    DESTINATION ${INCLUDEDIR}/progress COMPONENT Development)
16
23
endif (${REGINA_INSTALL_DEV})