Fernando Cacciola
|
b704509dcf
|
Examples/Demos/Test CMake scripts updated
|
2008-03-05 21:14:02 +00:00 |
Fernando Cacciola
|
a659cd852a
|
Added project() and conditional test for CGAL_DIR
|
2008-02-14 15:42:36 +00:00 |
Fernando Cacciola
|
14043c43a0
|
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
|
2008-02-08 17:47:21 +00:00 |
Fernando Cacciola
|
afddfc4fca
|
CMake scripts for demos/examples/test added
|
2008-02-06 19:06:24 +00:00 |
Sylvain Pion
|
847c23a15e
|
Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
|
2007-03-10 16:17:17 +00:00 |
Andreas Fabri
|
53d713e84e
|
Removed 'test_' prefix of the example
|
2007-03-05 10:27:34 +00:00 |
Andreas Fabri
|
2dcb9aaef1
|
Make it work in case of absence of LEDA
|
2007-03-05 10:25:57 +00:00 |
Andreas Meyer
|
2da913b977
|
further bugfixes regarding ccINcludeExampleCode
|
2006-10-31 14:23:32 +00:00 |
Andreas Meyer
|
80e87e8190
|
manual bugfixes regarding ccIncludeExampleCode
|
2006-10-31 14:11:10 +00:00 |