Changes between Version 1 and Version 2 of CMakeAddingALibrary


Ignore:
Timestamp:
Jun 12, 2007, 3:28:05 AM (15 years ago)
Author:
Douglas Gregor
Comment:

Fix markup

Legend:

Unmodified
Added
Removed
Modified
  • CMakeAddingALibrary

    v1 v2  
    44To introduce a new library, which resides in the subdirectory `libs/libname`, follow these steps:
    55
    6   1. Create a new file `libs/libname/CMakeLists.txt` with your favorite text editor. This file will contain an invocation of the [wiki:CMakeLibraryProject `boost_library_project` macro], which identifies each Boost library to the build system. The invocation of the `boost_library_project` will look like this:
     6  1. Create a new file `libs/libname/CMakeLists.txt` with your favorite text editor. This file will contain an invocation of the [wiki:CMakeLibraryProject boost_library_project macro], which identifies each Boost library to the build system. The invocation of the `boost_library_project` will look like this:
    77  {{{
    88boost_library_project(