Brooklyn/plasma/workspace/cmake/FindKIOExtras.cmake

9 lines
258 B
CMake
Raw Normal View History

2022-03-05 22:41:29 +05:00
# SPDX-FileCopyrightText: 2021 Alexander Lohnau <alexander.lohnau@gmx.de>
# SPDX-License-Identifier: BSD-3-Clause
find_path(KIOExtras_PATH thumbnail.so PATHS ${KDE_INSTALL_FULL_PLUGINDIR}/kf5/kio/)
if (KIOExtras_PATH)
set(KIOExtras_FOUND TRUE)
endif()