mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
7 lines
130 B
CMake
7 lines
130 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
find_dependency(Qt5Widgets)
|
||
|
find_dependency(KF5KIO)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/DolphinVcsTargets.cmake")
|