2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00
Files
spirit/CMakeLists.txt
Hartmut Kaiser 436886de50 Merging Spirit V2.1
[SVN r52605]
2009-04-26 14:46:34 +00:00

25 lines
744 B
CMake
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library
set (lib_headers
spirit.hpp
spirit
)
# Add a library target to the build system
boost_library_project(
spirit
# SRCDIRS
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
DESCRIPTION "A object oriented, recursive-descent parser and output generation library using the yyntax of Parsing Expression Grammars (PEGs) directly in C++"
MODULARIZED
AUTHORS "Joel de Guzman <joel -at- boost-consulting.com>"
"Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
"Dan Nuffer"
# MAINTAINERS
)