Sébastien Loriot
|
4c29bf1b44
|
CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR
|
2016-03-24 16:33:46 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Sébastien Loriot
|
2d191d6651
|
commit CMakeLists.txt for all examples and tests
|
2016-03-07 17:39:36 +01:00 |
Guillaume Damiand
|
a29c905ee0
|
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
|
2011-08-31 14:30:07 +00:00 |
Fernando Cacciola
|
f93437ca22
|
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
|
2008-05-05 14:01:55 +00:00 |
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 |
Michael Hemmer
|
4ecdacae4c
|
minor changes
|
2007-03-24 09:58:07 +00:00 |
Sylvain Pion
|
ac960f4d42
|
Rename binary_function to binary_func as it clashes with something else with pgcc.
|
2007-03-23 14:33:09 +00:00 |
Sylvain Pion
|
7930383399
|
Rename binary_function to something as it clashes with something else with pgcc.
|
2007-03-18 11:28:32 +00:00 |
Michael Hemmer
|
397f22e2ae
|
added example algebraic_structure_dispatch.cpp
shows a naive implementation for unit_part
|
2007-03-15 09:06:16 +00:00 |
Sylvain Pion
|
8bfd7a00e5
|
Manually remove the remaining "//file:" lines.
|
2007-03-10 15:03:39 +00:00 |
Sylvain Pion
|
6fb5cb906b
|
Remove trailing white spaces and end of lines.
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
|
2007-03-10 14:59:41 +00:00 |
Michael Hemmer
|
296ae099eb
|
added include off CGAL/basic.h, due to include problems
|
2007-02-02 09:25:37 +00:00 |
Michael Hemmer
|
c8d44559fa
|
example for Algebraic_foundations
|
2007-01-31 20:08:19 +00:00 |