Changes between Version 5 and Version 6 of CMakeAddingCompiledLibrary


Ignore:
Timestamp:
May 24, 2008, 12:12:34 PM (14 years ago)
Author:
troy d. straszheim
Comment:

fix broken link

Legend:

Unmodified
Added
Removed
Modified
  • CMakeAddingCompiledLibrary

    v5 v6  
    100100}}}
    101101
    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].
     102If 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].
    103103
    104104== Build Variants ==