Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] AX_LIB_CGAL_CORE: use CGAL in autotools based projects

Subject: CGAL users discussion list

List archive

[cgal-discuss] AX_LIB_CGAL_CORE: use CGAL in autotools based projects


Chronological Thread 
  • From: Sebastian Hegler <>
  • To:
  • Subject: [cgal-discuss] AX_LIB_CGAL_CORE: use CGAL in autotools based projects
  • Date: Wed, 5 Jan 2011 09:54:19 +0100

Hi!

As I work with the autotools for my projects, I wrote an autotools script,
AX_LIB_CGAL_CORE, to use CGAL with these tools. The script is included in the
"GNU autoconf archive" project's git repository; see
"http://www.gnu.org/software/autoconf-archive/"; for further info.

Current feature set:
* detects the CGAL core libraries (libCGAL.so and libCGAL_Core.so)
* works with CGAL 3.6 and newer

Current shortcomings:
* does not detect the CGAL libraries that depend on Qt
* it is up to the user to keep track about the compiler flags used for CGAL
and all dependent projects
* maybe a lot more

How do the CGAL developers themselves think about also including this in the
CGAL distribution itself?


Yours,
Sebastian


Archive powered by MHonArc 2.6.16.

Top of Page