fix doc example typo
[boost.git] / libs / parameter / CMakeLists.txt
bloba3aa5666085fbd474aa4de12fa4fcb09e13df66c
1 #----------------------------------------------------------------------------
2 # This file was automatically generated from the original CMakeLists.txt file
3 # Add a variable to hold the headers for the library
4 set (lib_headers
5     parameter.hpp
6     parameter
9 # Add a library target to the build system
10 boost_library_project(
11   parameter
12   #  SRCDIRS 
13   TESTDIRS  test
14   HEADERS ${lib_headers}
15   #  DOCDIRS 
16   DESCRIPTION  "Write functions that accept arguments by name."
17   MODULARIZED
18   AUTHORS  "David Abrahams <dave -at- boostpro.com>"
19            "Daniel Wallin <dalwan01 -at- student.umu.se>"
20   #  MAINTAINERS