kde-workspace/dolphin/plugins/CMakeLists.txt
Ivailo Monev c68f32e086 dolphin: drop all plugins except git and rewrite it
one of the things that the previous implementation was lacking is the
credentials handling, also it was was very slow because it had to spawn
a process

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-11 03:54:05 +03:00

8 lines
145 B
CMake

include_directories(
${CMAKE_SOURCE_DIR}/libs/konq
${CMAKE_BINARY_DIR}/libs/konq
)
if (LIBGIT2_FOUND)
add_subdirectory(git)
endif()