Files
functional/CMakeLists.txt
Troy D. Straszheim ecdbca2dac merge of cmake build files from trunk per beman
[SVN r50756]
2009-01-24 18:57:20 +00:00

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
)