CMake User Contributed Macros: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
#[[CMakeMacroFilterOut | FILTER_OUT (filter-out)]]
#[[CMakeMacroFilterOut | FILTER_OUT (filter-out)]]


[[CMake_User_Contributed_Macros|Back]]
[[http://www.cmake.org/Wiki/CMake|Home]]  [[CMake_User_Contributed_Macros|Back]]


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


[[http://www.cmake.org/Wiki/CMake|Home]] 
[[CMake_User_Contributed_Macros|Back]]
[[CMake_User_Contributed_Macros|Back]]

Revision as of 15:43, 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)

[[1]] Back

Some helpers along the way

  1. COPY_IF_DIFFERENT

[[2]] Back