Sébastien Loriot
d72337785c
remove dependance on CGAL_PDB: merge from the branche created for that purpose
...
I do not remove the directory CGAL_PDB as I am allowed to use svn remove.
2010-06-10 17:26:38 +00:00
Eric Berberich
02a4b51f51
support for mpfi and rs
2010-03-05 10:20:07 +00:00
Eric Berberich
55d9c89c0a
patch
2010-02-19 10:54:50 +00:00
Eric Berberich
17ec9d99c1
fixed QT3
2010-02-09 00:10:23 +00:00
Eric Berberich
7efd70e693
collect ui + moc files
2009-07-01 12:50:26 +00:00
Eric Berberich
83bbbefa40
boost required
2009-07-01 08:33:59 +00:00
Eric Berberich
1fc8adc035
use bash instead of sh
...
no find_package boost if not options are given
2009-06-28 09:12:22 +00:00
Eric Berberich
518940d985
removed old script
2009-06-22 07:43:04 +00:00
Eric Berberich
d8ef34acfe
prefer `pwd`/cgal_cmake_options over $HOME/.cgal_cmake_options_rc
2009-06-21 13:32:21 +00:00
Eric Berberich
29fe51e5aa
clean up + qt4 for "all sources indiviually"
2009-06-21 13:23:18 +00:00
Eric Berberich
bbe3b90ccf
added support for Qt4 (single-source only by now)
...
some cosmetics
2009-06-21 12:41:04 +00:00
Eric Berberich
300f291d7f
order for local includes
2009-06-21 11:52:54 +00:00
Eric Berberich
f10b40c6da
source must not be full file name
2009-06-21 11:51:05 +00:00
Eric Berberich
92a4173d67
cosmetics
2009-06-21 11:40:35 +00:00
Eric Berberich
1ef34289ea
fixed indentation
2009-06-21 11:09:17 +00:00
Eric Berberich
1ea0d21225
correct boost variable
2009-06-21 10:04:07 +00:00
Eric Berberich
be8f5aabe0
moved boost components
2009-06-21 09:41:53 +00:00
Eric Berberich
8639cb7e95
return from script when CGAL is not found
2009-06-21 08:59:37 +00:00
Eric Berberich
cb27709345
project name
2009-06-21 08:40:36 +00:00
Eric Berberich
1e377ae99d
resort structure for cgal-components
2009-06-20 09:38:20 +00:00
Eric Berberich
12d7e87306
added find package CGAL
...
unified seperator
2009-06-20 09:10:22 +00:00
Eric Berberich
9b5e4d1810
worked in train:
...
-s source option
-p package option
-d dir option
-b boost option
-c cgal component options
to be tested
2009-06-18 23:57:29 +00:00
Eric Berberich
c57dd66907
modified qt-stuff - more to come soon
2009-06-18 10:18:14 +00:00
Eric Berberich
539d21be16
added new script that will (hopefully) replace old one
...
- contains boost options
- should contain cgal options
- should contain single-source or all-sources
- contains includes
TODO extend option file
2009-06-18 07:26:48 +00:00
Eric Berberich
a064513d20
added boost-components
2009-06-18 06:19:18 +00:00
Eric Berberich
cab7214ac9
includes now also for Qt3 demos
2009-06-16 21:33:47 +00:00
Eric Berberich
27157aa557
option parsing
2009-06-16 16:15:28 +00:00
Eric Berberich
17b63131c5
added (initial version of) script to automatically include some user-specific
...
packages (or directories containing packages)
2009-06-16 14:53:51 +00:00
Sylvain Pion
46c3843237
Remove pre-CMake scripts.
2009-05-09 16:21:46 +00:00
Fernando Cacciola
69419d9ec1
Add ../include and ../../include in CMakeLists.txt for examples and test
2009-04-27 13:56:16 +00:00
Laurent Rineau
0d3b0c0e8a
Fix the indentation.
2008-11-10 11:39:21 +00:00
Laurent Rineau
bd5176e8d1
Add NOTICE: where needed, so that the test results scripts can generate a
...
"r".
2008-11-10 11:12:10 +00:00
Fernando Cacciola
994028ec51
Prefixed CreateSingleSourceCGALProgram.cmake with CGAL_
2008-11-04 13:09:48 +00:00
Fernando Cacciola
6bae1045df
Fixed handling of flags when defined interactively
2008-11-03 21:00:22 +00:00
Laurent Rineau
013c3846df
Fix indentation of auto-generated CMakeLists.txt
2008-10-21 08:31:07 +00:00
Laurent Rineau
344fda0669
Fix indentation.
2008-10-08 11:43:42 +00:00
Fernando Cacciola
1ec0942208
Fixed "Core" component name in autogenerated cmake scripts
2008-10-02 18:50:24 +00:00
Laurent Rineau
8ae8e0d132
Fix conditional compilation of auto-generated Qt3-enabled CMakeLists.txt
2008-10-02 11:22:48 +00:00
Laurent Rineau
4b3e9815af
Ooops. I forgot that patch!
...
Followup to revision 45719, which was:
"- Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
- use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
- add a comment about FindQt3-patched,
- wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script"
2008-09-26 13:03:19 +00:00
Laurent Rineau
b52c7a09e9
- Fix soname and soversion of libraries (they were exchanged).
...
- Make get_dependency_version found the print_${LIB}_version.cpp, even
if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
- use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
- add a comment about FindQt3-patched,
- wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Laurent Rineau
da490ca698
Partially revert revision 45319. The follwing has been revert:
...
"Use unique names for example, demo and test targets"
2008-09-05 12:16:37 +00:00
Fernando Cacciola
ab07405874
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
2008-09-04 18:58:09 +00:00
Fernando Cacciola
ee6fae2991
Added separation in components
2008-09-03 16:55:21 +00:00
Fernando Cacciola
41251065c2
Fix pending problems with examples and demos (now possible to do 'make examples' or 'make demo' from CGAL_DIR)
2008-08-27 16:24:01 +00:00
Fernando Cacciola
9c62ababa9
Add CMAKE_MINIMUM_REQUIRED at the top of each CMakeLists.txt as CMake 2.6 wants
2008-06-29 20:46:44 +00:00
Joachim Reichel
ac4bcfe9ee
fix bashisms (use printf instead of echo)
2008-06-18 16:07:17 +00:00
Laurent Rineau
d454027d30
Fix the script cgal_create_cmake_script:
...
- one can use it with 0 or 1 argument.
- If one argument is used, it *must* be "-q" and nothing else.
2008-06-13 08:44:43 +00:00
Fernando Cacciola
5fd281906f
Pass TESTSUITE flags in the right place
2008-06-04 17:03:51 +00:00
Fernando Cacciola
6bae257648
Added project() command
2008-05-13 23:16:27 +00:00
Fernando Cacciola
033aeefc0d
Print out folder names
2008-05-07 16:02:13 +00:00