kdelibs/cmake/modules/MacroLibrary.cmake
Ivailo Monev a2d9a765e1 cmake: remove unused MacroWriteBasicCMakeVersionFile module
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-26 00:03:53 +02:00

11 lines
432 B
CMake

# - include MacroLibrary offers a collection of macros which extend the built-in cmake commands
# Copyright (c) 2006, Alexander Neundorf, <neundorf@kde.org>
#
# Redistribution and use is allowed according to the terms of the BSD license.
# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
INCLUDE(MacroOptionalFindPackage)
INCLUDE(MacroOptionalAddSubdirectory)
INCLUDE(MacroAddFileDependencies)
INCLUDE(MacroBoolTo01)