Changes between Version 1 and Version 2 of CMakeModularizationStatus


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

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeModularizationStatus

    v1 v2  
    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
     12
    913== "Core" Libraries ==
    1014