mirror of https://github.com/CGAL/cgal
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
# The Boost library (http://www.boost.org/) extends the C++ std library
|
|
|
|
DESCRIPTION =
|
|
PROVIDES = BOOST_PROGRAM_OPTIONS
|
|
CXXFLAGS =
|
|
LDFLAGS =
|
|
LIBS = boost_program_options
|
|
REQUIRES =
|
|
INCOMPATIBLE =
|
|
STDINCLDIRS = /usr/include/\*
|
|
INCLTHING = boost/program_options.hpp
|
|
STDLIBDIRS = /usr/lib/
|
|
LIBTHING = libboost_program_options.\*
|
|
|
|
# EOF
|