#---------------------------------------------------------------------------- # This file was automatically generated from the original CMakeLists.txt file # Add a variable to hold the headers for the library set (lib_headers accumulators ) # Add a library target to the build system boost_library_project( accumulators SRCDIRS example doc TESTDIRS test HEADERS ${lib_headers} # DOCDIRS DESCRIPTION "A framework for incremental calculation, and a collection of statistical accumulators." MODULARIZED AUTHORS "Eric Niebler " # MAINTAINERS )