fix doc example typo
[boost.git] / libs / tuple / CMakeLists.txt
blob26cf773f8849d911b6a960ce11e0bd9bd468164a
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     tuple
8 # Add a library target to the build system
9 boost_library_project(
10   tuple
11   #  SRCDIRS 
12   TESTDIRS  test
13   HEADERS ${lib_headers}
14   #  DOCDIRS 
15   DESCRIPTION  "Ease definition of functions returning multiple values, and more."
16   MODULARIZED 
17   AUTHORS  "Jaakko Jarvi <jarvi -at- cs.tamu.edu>"
18   #  MAINTAINERS