From 7b5fe4b9d1edf5d3eecc71bb0bf50ac0f4487f7e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 18 Jun 2024 10:20:18 +0200 Subject: Separate service implementation from the main --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 469379a..c626a41 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,8 +1,8 @@ find_package(PkgConfig) pkg_check_modules(GDBUS REQUIRED gio-2.0 dbus-1 glibmm-2.4 giomm-2.4) -add_executable(slack-timedate - slack-timedate.cpp slack-timedate.h +add_executable(slack-timedate main.cpp + timedate.cpp timedate.h ) target_include_directories(slack-timedate PRIVATE ${GDBUS_INCLUDE_DIRS}) target_link_libraries(slack-timedate ${GDBUS_LIBRARIES}) -- cgit v1.2.3