Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
turuslan committed Apr 3, 2024
1 parent f2da44b commit 9f21b76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ add_library(configurator_yaml
target_link_libraries(configurator_yaml
yaml-cpp::yaml-cpp
configurator
logging_system
)

add_library(fallback_configurator
Expand All @@ -100,6 +101,8 @@ add_library(logging_system
logging_system.cpp
)
target_link_libraries(logging_system
group
logger
sink
sink_to_nowhere
)
Expand Down

0 comments on commit 9f21b76

Please sign in to comment.