fix doc example typo
[boost.git] / libs / conversion / CMakeLists.txt
blob9006501c5005c5f07e8c0e54deb7f130e4d877fe
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     
8 # Add a library target to the build system
9 boost_library_project(
10   conversion
11   #  SRCDIRS 
12   TESTDIRS  test
13   # HEADERS ${lib_headers}
14   #  DOCDIRS 
15   DESCRIPTION  "Polymorphic and lexical casts"
16   # MODULARIZED 
17   AUTHORS  "David Abrahams <dave -at- boost-consulting.com>"
18            "Kevlin Henney"
19   #  MAINTAINERS