83627f9931
GitOrigin-RevId: 2893f56de08021cffd9b6b6dfc70fd9ccd51eb60
9 lines
294 B
Diff
9 lines
294 B
Diff
diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt
|
|
index ed0a64a..970e509 100644
|
|
--- a/src/config/CMakeLists.txt
|
|
+++ b/src/config/CMakeLists.txt
|
|
@@ -7,3 +7,4 @@ target_link_libraries(ktailctl_config
|
|
KF6::ConfigGui
|
|
ktailctl_wrapper
|
|
)
|
|
+install(TARGETS ktailctl_config)
|