┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 80f2f12b1..3cf10f486 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -646,6 +646,20 @@ install(
DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin
)
+add_executable(
+ dolphin_update_splitviewsettings
+ "settings/dolphin_update_splitviewsettings.cpp"
+)
+target_link_libraries(dolphin_update_splitviewsettings
+ KF6::ConfigCore
+ KF6::XmlGui
+)
+install(
+ TARGETS
+ dolphin_update_splitviewsettings
+ DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin
+)
+
if(BUILD_TESTING)
add_subdirectory(tests)
endif()