properly compute width of containing block of inline elements
[kdelibs.git] / cmake / modules / MacroLibrary.cmake
blob5e482f92ac349b93bceeef6f9dac61fcac70f3da
1 # - include MacroLibrary offers a collection of macros which extend the built-in cmake commands
3 # Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
5 # Redistribution and use is allowed according to the terms of the BSD license.
6 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
8 INCLUDE(MacroOptionalFindPackage)
9 INCLUDE(MacroOptionalAddSubdirectory)
10 INCLUDE(MacroAdditionalCleanFiles)
11 INCLUDE(MacroAddFileDependencies)
12 INCLUDE(MacroAddCompileFlags)
13 INCLUDE(MacroAddLinkFlags)
14 INCLUDE(MacroAppendIf)
15 INCLUDE(MacroEnsureOutOfSourceBuild)
16 INCLUDE(MacroBoolTo01)
17 INCLUDE(MacroPushRequiredVars)
18 INCLUDE(MacroLogFeature)