Home | History | Annotate | Download | only in modules
      1 # - include MacroLibrary offers a collection of macros which extend the built-in cmake commands
      2 # OPTIONAL_FIND_PACKAGE( <name> [QUIT] )
      3 
      4 INCLUDE(MacroOptionalFindPackage)
      5 #INCLUDE(MacroAdditionalCleanFiles)
      6 #INCLUDE(MacroAddFileDependencies)
      7 #INCLUDE(MacroGetenvWinPath)
      8 #INCLUDE(MacroEnsureOutOfSourceBuild)
      9 
     10