#----------------------------------------------------------------------------
# This file was automatically generated from the original CMakeLists.txt file
# Add a variable to hold the headers for the library
set (lib_headers
    bind.hpp
    bind
)

# Add a library target to the build system
boost_library_project(
  bind
  #  SRCDIRS 
  TESTDIRS  test
  HEADERS ${lib_headers}
  #  DOCDIRS 
  DESCRIPTION  "A generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions."
  MODULARIZED 
  AUTHORS  "Peter Dimov <pdimov -at- mmltd.net>"
  #  MAINTAINERS 
)


