Changes between Version 2 and Version 3 of CMakeModularizationStatus


Ignore:
Timestamp:
Jul 17, 2008, 7:56:34 PM (14 years ago)
Author:
Douglas Gregor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeModularizationStatus

    v2 v3  
    77The following libraries have been fully modularized, which means that (1) all of their headers are listed in a HEADERS argument to boost_library_project, and (2) are listed in the DEPENDS argument for all libraries that depend on them. This second condition can be established by re-building all of the tests after running the modularize target for that library. Once a library has been put into this list, the argument MODULARIZED should be added to its boost_library_project macro, so that it will be modularized as part of the main "modularize" target.
    88
    9 * filesystem
    10 * system
    11 * mpi
     9 * filesystem
     10 * system
     11 * mpi
    1212
    1313== "Core" Libraries ==