mirror of https://github.com/CGAL/cgal
| ------------------------------------------------------------------------ | r57847 | lrineau | 2010-08-06 14:11:31 +0200 (Fri, 06 Aug 2010) | 4 lines | | Turn cgal_setup_module_path into a CMake function. | Fix the CMake errors with CMake-2.6.0 and CMake-2.6.1 (VERSION_LESS if IF | has been introduced in CMake-2.6.2). | ------------------------------------------------------------------------ | r57816 | lrineau | 2010-08-05 15:56:57 +0200 (Thu, 05 Aug 2010) | 17 lines | | Clean the CMake configuration: | | - CGALConfig_install.cmake.source.in is removed. The variable | SOURCE_INSTALL/CGAL_SOURCE_INSTALL were unused, and probably not tested | for a long time (I found errors in | CGALConfig_install.cmake.source.in). This has been cleaned. | | - CGALConfig_install.cmake.fhs.in is renamed (no .fhs. in it). | | - The module path is now modified in a macro (defined in | CGAL_Macros.cmake), and the variable CGAL_CMAKE_MODULE_PATH is no | longer stored or used in CGALConfig.cmake (the reason is that is was | used as a path, where it is actually a list of paths). | | - The UseCGAL.cmake file only link with CGAL libraries that has been | configured. | | ------------------------------------------------------------------------ |
||
|---|---|---|
| .. | ||
| auxiliary | ||
| cmake/modules | ||
| config | ||
| demo | ||
| doc_tex | ||
| examples | ||
| include/CGAL | ||
| package_info/Installation | ||
| src | ||
| test/Installation | ||
| AUTHORS | ||
| CHANGES | ||
| CMakeLists.txt | ||
| INSTALL | ||
| LICENSE | ||
| LICENSE.FREE_USE | ||
| LICENSE.LGPL | ||
| LICENSE.QPL | ||
| README | ||
| dont_submit | ||
README
README
-------------------------------------------------------------------------------
This distribution of CGAL includes:
AUTHORS - current and former authors of CGAL
CHANGES - history of changes for the library
CMakeLists.txt - main script of the build system
INSTALL - information about the installation process
LICENSE - describes the license of CGAL
LICENSE.FREE_USE - text of the free use license (see LICENSE file)
LICENSE.LGPL - text of LGPL v2.1 license
LICENSE.QPL - text of the QPL v1.0 license
README - this file
VERSION - version number of this release
auxiliary/ - directory containing miscellaneous things, currently only
the icons needed for the demos on MacOS X
cmake/ - some scripts needed by the build system
config/ - some test programs used during the configuration process
demo/ - many demo programs for the library's various packages.
These programs produce visual output (see INSTALL for
prerequisites).
doc_html/ - documentation, e.g. the CGAL Installation Guide
examples/ - programs illustrating the library's functionality.
These programs do not produce visual output.
include/ - the include files for the CGAL library (and other small
external libraries as well, see the LICENSE file)
scripts/ - some useful scripts for CGAL programmers
src/ - the source code for building the CGAL libraries
(as well as some external libraries, see the LICENSE file)
-------------------------------------------------------------------------------