~ubuntu-branches/debian/squeeze/gmsh/squeeze

« back to all changes in this revision

Viewing changes to Geo/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme
  • Date: 2009-09-27 17:36:40 UTC
  • mfrom: (1.2.9 upstream) (8.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090927173640-oxyhzt0eadjfrlwz
[Christophe Prud'homme]
* New upstream release
  + solver code refactoring
  + better IDE integration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  CellComplex.cpp ChainComplex.cpp Homology.cpp
35
35
)
36
36
 
37
 
append_gmsh_src(Geo "${SRC}")
 
37
file(GLOB HDR RELATIVE ${CMAKE_SOURCE_DIR}/Geo *.h) 
 
38
append_gmsh_src(Geo "${SRC};${HDR}")