link actsim cluster agent shared library with libatomic

This commit is contained in:
Fabian Posch 2024-01-09 14:39:56 -05:00
parent 0a473c5237
commit 03e8eeb305

View file

@ -16,4 +16,5 @@ add_library(
target_link_libraries(
actsim-agent-lib
actsim-agent-db-lib
-lpqxx -lpq -latomic
)