~ubuntu-branches/ubuntu/gutsy/vtk/gutsy

« back to all changes in this revision

Viewing changes to Utilities/TclTk/internals/tk8.2/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-06-30 22:39:48 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20070630223948-6dqehsrip8yk05zb
Tags: upstream-5.0.3
ImportĀ upstreamĀ versionĀ 5.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
IF(VTK_RENDERING_NEED_TK_INTERNAL AND TK_INTERNAL_PATH)
 
1
IF(TK_INTERNAL_PATH)
2
2
  IF(NOT VTK_INSTALL_NO_DEVELOPMENT)
3
3
    INSTALL_FILES(${VTK_INSTALL_INCLUDE_DIR}/TclTk/internals/tk8.2 "\\.h$")
4
4
  ENDIF(NOT VTK_INSTALL_NO_DEVELOPMENT)
5
 
ENDIF(VTK_RENDERING_NEED_TK_INTERNAL AND TK_INTERNAL_PATH)
 
5
ENDIF(TK_INTERNAL_PATH)