kdelibs/cmake/modules/MacroLibrary.cmake
Ivailo Monev 0d2195c4d8 kded: start on demand as session D-Bus service
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-22 01:40:02 +03:00

12 lines
471 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)
INCLUDE(MacroDBusAddActivationService)