Laurent Rineau
6de5b28f28
Revert the part of r53095 that were commited by error.
2009-11-18 15:19:18 +00:00
Laurent Rineau
23131c40b5
Merge change 53094 from branches/unsorted-branches/eric/CMAKE/GraphicsView
2009-11-18 15:17:14 +00:00
Laurent Rineau
6b445bdf13
Fix the registering of Triangulation_2 targets in the "demo" target. Bad copy-paste Fernando! :-)
2008-12-18 19:41:24 +00:00
Fernando Cacciola
24f08fc681
Added demos to the demos target
2008-12-18 17:29:36 +00:00
Laurent Rineau
4032eade9a
Massive removale of "QUIET" in find_package calls (except for
...
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +00:00
Fernando Cacciola
547bffecd9
Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4
2008-11-06 13:03:41 +00:00
Fernando Cacciola
70fa9503fd
Added CMP0003 policy
2008-11-04 12:30:29 +00:00
Laurent Rineau
89c607219c
Fix conditional compilation.
2008-10-08 11:46:09 +00:00
Andreas Fabri
add90360b1
Conditional compilation
2008-10-01 10:43:09 +00:00
Andreas Fabri
67c8337eb8
Keep additional include directory
2008-10-01 10:05:27 +00:00
Andreas Fabri
d63921027a
Only compile when Qt4 is found
2008-10-01 09:52:43 +00:00
Andreas Fabri
1cd15aa6b4
2D regular triangulation demo
2008-09-30 16:33:11 +00:00
Laurent Rineau
b7ad8da9ea
Fix CMakeLists.txt: add cmake_minimum_required.
2008-09-29 17:27:28 +00:00
Laurent Rineau
b4adefbf2f
Use "modern" find_package(CGAL). That simplifies a lot!
2008-09-11 13:56:30 +00:00
Laurent Rineau
1266312e32
Followup of previous commit ("Add auto-link to libCGALQt4 files.").
...
Now use auto-link in demos that use CGAL Qt4 support.
2008-09-05 16:04:07 +00:00
Andreas Fabri
c7b95de6af
Added Lipschitz sizing field
2008-08-11 12:21:18 +00:00
Laurent Rineau
f13d5d2a25
Update for cmake-2.6: moc files must be in source files.
2008-08-01 07:53:35 +00:00
Laurent Rineau
8c017c943c
Rename Constrained_delaunay_triangulation_2 into
...
Constrained_Delaunay_triangulation_2 (with capitalized "Delaunay", as in
the class name).
2008-07-02 13:31:42 +00:00
Laurent Rineau
5ddfd30c93
In src/CGALQt4:
...
- add the class CGAL::Qt::DemosMainWindow in libCGALQt4,
- compile moc generated files separately
In demo/
- new sub-directory demo/resources/ that contains, for now,
about_CGAL.html
- move the two triangulation demos from demo/GraphicsView to
demo/Triangulation_2 (to prepare the inclusion in CGAL internal release).
- For each demo, merge all .h and .cpp files. Each demo now has a ui
file, a cpp file and a qrc file (and a html file for the "About demo..."
menu entry).
- rename the demos to Delaunay_triangulation_2(.exe) and
Constrained_Delaunay_triangulation_2(.exe)
2008-07-01 13:18:39 +00:00