102 | | If CMake does not provide a module to search for the library you need, don't worry! You can write your own module relatively easily, following the examples from the CMake `Modules` directory or some of the Boost-specific examples, such as [http://svn.boost.org/svn/boost/sandbox-branches/boost-cmake/boost_1_34_0/tools/build/CMake/FindICU.cmake tools/build/CMake/FindICU.cmake]. For a real-life example of finding system libraries and using that information to add optional, extra capabilities to a Boost library, check out the build rules for the Boost.IOStreams library at [http://svn.boost.org/svn/boost/sandbox-branches/boost-cmake/boost_1_34_0/libs/iostreams/src/CMakeLists.txt libs/iostreams/src/CMakeLists.txt]. |
| 102 | If CMake does not provide a module to search for the library you need, don't worry! You can write your own module relatively easily, following the examples from the CMake `Modules` directory or some of the Boost-specific examples, such as [http://svn.boost.org/svn/boost/branches/CMake/Boost_1_35_0/tools/build/CMake/FindICU.cmake tools/build/CMake/FindICU.cmake]. For a real-life example of finding system libraries and using that information to add optional, extra capabilities to a Boost library, check out the build rules for the Boost.IOStreams library at [http://svn.boost.org/svn/boost/branches/CMake/Boost_1_35_0/libs/iostreams/src/CMakeLists.txt libs/iostreams/src/CMakeLists.txt]. |