mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
merge of cmake build files from trunk per beman
[SVN r50756]
This commit is contained in:
23
CMakeLists.txt
Normal file
23
CMakeLists.txt
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
#----------------------------------------------------------------------------
|
||||||
|
# This file was automatically generated from the original CMakeLists.txt file
|
||||||
|
# Add a variable to hold the headers for the library
|
||||||
|
set (lib_headers
|
||||||
|
fusion
|
||||||
|
)
|
||||||
|
|
||||||
|
# Add a library target to the build system
|
||||||
|
boost_library_project(
|
||||||
|
fusion
|
||||||
|
# SRCDIRS
|
||||||
|
# TESTDIRS
|
||||||
|
HEADERS ${lib_headers}
|
||||||
|
# DOCDIRS
|
||||||
|
DESCRIPTION "Library for working with tuples, including various containers, algorithms, etc."
|
||||||
|
MODULARIZED
|
||||||
|
AUTHORS "Joel de Guzman <joel -at- boost-consulting.com>"
|
||||||
|
"Dan Marsden <danmarsden -at- yahoo.co.uk>"
|
||||||
|
"Tobias Schwinger <tschwinger -at- isonews2.com>"
|
||||||
|
# MAINTAINERS
|
||||||
|
)
|
||||||
|
|
||||||
|
|
1
module.cmake
Normal file
1
module.cmake
Normal file
@ -0,0 +1 @@
|
|||||||
|
boost_module (fusion DEPENDS function_types)
|
Reference in New Issue
Block a user