CMake User Contributed Macros: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''User Contributed Macros'''
'''User Contributed Macros'''


Make Conversion:
== Make Equivalents ==
While attempting to convert a gnu makefile to Cmake, there was  
While attempting to convert a gnu makefile to Cmake, there was  
a need to provide some macros to provide equivalent functionality.  
a need to provide some macros to provide equivalent functionality.  


#[[FILTER_OUT (filter-out) | CMakeMacroFilterOut]]
#[[CMakeMacroFilterOut | FILTER_OUT (filter-out)]]


== Some helpers along the way ==
== Some helpers along the way ==
#[[COPY_IF_DIFFERENT       | CMakeCopyIfDifferent]]
#[[CMakeCopyIfDifferent | COPY_IF_DIFFERENT]]

Revision as of 03:05, 15 September 2005

User Contributed Macros

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)

Some helpers along the way

  1. COPY_IF_DIFFERENT