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

« back to all changes in this revision

Viewing changes to Post/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:
4
4
# bugs and problems to <gmsh@geuz.org>.
5
5
 
6
6
set(SRC
7
 
  PView.cpp PViewIO.cpp
 
7
  PView.cpp PViewIO.cpp PViewVertexArrays.cpp
8
8
    PViewData.cpp PViewDataIO.cpp
9
9
      PViewDataList.cpp PViewDataListIO.cpp
10
10
      PViewDataGModel.cpp PViewDataGModelIO.cpp
14
14
  ColorTable.cpp
15
15
)
16
16
 
17
 
append_gmsh_src(Post "${SRC}")
 
17
file(GLOB HDR RELATIVE ${CMAKE_SOURCE_DIR}/Post *.h) 
 
18
append_gmsh_src(Post "${SRC};${HDR}")