CMake User Contributed Macros

From KitwarePublic
Revision as of 14:32, 12 October 2005 by Duprec (talk | contribs) (Added two FindXXX macros)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

User Contributed Macros

Find Modules

While CMake comes with a whole bunch of FindXXX macros, there is a large number of packages there are not covered. The hope is that these user-contributed macros will eventually make their way into the official distribution.

  1. Find Autopack
  2. Find ParMetis

Home Back

Make Equivalents

While attempting to convert a gnu makefile to Cmake, there was a need to provide some macros to provide equivalent functionality.

  1. FILTER_OUT (filter-out)

Home Back

Some helpers along the way

  1. COPY_IF_DIFFERENT

Home Back