~ubuntu-branches/debian/sid/gmsh/sid

« back to all changes in this revision

Viewing changes to contrib/onelab2/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-08-26 22:45:27 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20150826224527-wiqnz3dwz6ap8tty
Tags: 2.10.1+dfsg1-1
* [4c450d1] Update d/watch.
* [90ca918] Imported Upstream version 2.10.1+dfsg1. (Closes: #793245)
* [af26665] Use any-arch instead of list of archs.
* [e94c6d2] Refresh patches.
* [6ab417f] Update d/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  GmshNetworkClient.cpp
10
10
  GmshLocalClient.cpp)
11
11
 
 
12
if(HAVE_FLTK)
 
13
set(SRC
 
14
  ${SRC}
 
15
  OnelabWindow.cpp)
 
16
endif(HAVE_FLTK)
 
17
 
 
18
if(NOT ENABLE_UDT)
 
19
set(SRC
 
20
  ${SRC}
 
21
  noudt.cpp)
 
22
endif(NOT ENABLE_UDT)
 
23
 
12
24
file(GLOB HDR RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.h)
13
25
append_gmsh_src(contrib/onelab2 "${SRC};${HDR}")
14
26