mirror of https://github.com/CGAL/cgal
include CGAL/config.h so that we can test for CGAL_BUILD_SHARTED_LIB
This commit is contained in:
parent
3d3662850e
commit
2ba22242ab
|
|
@ -40,7 +40,7 @@
|
||||||
#ifndef CGAL_CORE_EXPORT_H
|
#ifndef CGAL_CORE_EXPORT_H
|
||||||
#define CGAL_CORE_EXPORT_H
|
#define CGAL_CORE_EXPORT_H
|
||||||
|
|
||||||
#include <boost/config.hpp>
|
#include <CGAL/config.h>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && ( ! defined(CGAL_EXPORTS) ) && defined(CGAL_BUILD_SHARED_LIB)
|
#if defined(BOOST_MSVC) && ( ! defined(CGAL_EXPORTS) ) && defined(CGAL_BUILD_SHARED_LIB)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue