Use unique names for example, demo and test targets

Renamed CGAL-Qt as CGAL-Qt3
Re-spelled cgal components as CORE, ImageIO, PDB, Qt3 and Qt4
This commit is contained in:
Fernando Cacciola
2008-09-04 18:58:09 +00:00
parent ed460d8179
commit ab07405874
11 changed files with 181 additions and 177 deletions
@@ -414,7 +414,7 @@ sub make_testscripts()
sub generate_cmake_scripts
{
my $is_demo = $_[0];
my $options = $_[0];
foreach $DIR (glob("*"))
{
@@ -426,8 +426,6 @@ sub generate_cmake_scripts
{
$_ = $DIR;
my $options = /_Demo$/ || $is_demo ? '-q' : '' ;
if ( -f 'cgal_create_cmake_script_options')
{
if (open(OPTIONS, "<cgal_create_cmake_script_options"))
@@ -484,13 +482,13 @@ sub make_testscripts_for_cmake
generate_cgal_test_with_cmake();
print "Creating cmake scripts in test\n";
generate_cmake_scripts('');
generate_cmake_scripts('test');
chdir $BASEDIR;
chdir 'examples';
print "Creating cmake scripts in examples\n";
generate_cmake_scripts('');
generate_cmake_scripts('example');
chdir $BASEDIR;
chdir 'demo';