From 91258ffbb899bb69eee21112f7f29a646d2aafe3 Mon Sep 17 00:00:00 2001 From: Stanislav Angelovic Date: Tue, 7 Jun 2022 08:21:44 +0200 Subject: [PATCH] chore: add atomic library dependency --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9732757..46b87b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,7 +117,8 @@ endif() target_link_libraries(sdbus-c++-objlib PUBLIC Systemd::Libsystemd - Threads::Threads) + Threads::Threads + atomic) add_library(sdbus-c++) target_include_directories(sdbus-c++ PUBLIC $