mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-16 05:42:20 +02:00
Compare commits
1 Commits
boost-1.38
...
boost-1.37
Author | SHA1 | Date | |
---|---|---|---|
b85efc7684 |
@ -1,23 +0,0 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# 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 +0,0 @@
|
||||
boost_module (fusion DEPENDS function_types)
|
Reference in New Issue
Block a user