mirror of
https://github.com/boostorg/functional.git
synced 2026-03-06 22:14:10 +01:00
23 lines
511 B
CMake
23 lines
511 B
CMake
#----------------------------------------------------------------------------
|
|
# This file was automatically generated from the original CMakeLists.txt file
|
|
# Add a variable to hold the headers for the library
|
|
set (lib_headers
|
|
functional.hpp
|
|
functional
|
|
)
|
|
|
|
# Add a library target to the build system
|
|
boost_library_project(
|
|
functional
|
|
# SRCDIRS
|
|
TESTDIRS test hash/test hash/examples
|
|
HEADERS ${lib_headers}
|
|
DOCDIRS hash/doc
|
|
# DESCRIPTION
|
|
MODULARIZED
|
|
# AUTHORS
|
|
# MAINTAINERS
|
|
)
|
|
|
|
|