fix doc example typo
[boost.git] / libs / mpi / CMakeLists.txt
blobb0ce920d1296e4c7a9f126d6e2ff2188c092ae8f
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     mpi.hpp
6     mpi
9 # Add a library target to the build system
10 boost_library_project(
11   mpi
12   SRCDIRS  src
13   TESTDIRS  test
14   HEADERS ${lib_headers}
15   DOCDIRS  doc
16   #  DESCRIPTION 
17   MODULARIZED
18   #  AUTHORS 
19   #  MAINTAINERS