Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Add explanatory comment about the peculiar config module
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Bonnans <[email protected]>
  • Loading branch information
lbonn committed May 28, 2019
1 parent c28b1db commit 663f655
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libaktualizr/config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ set(SOURCES config.cc)
include(AddAktualizrTest)

add_library(config OBJECT ${SOURCES})
# note: the Config object is composed with multiple sub-config objects that live
# close to the modules their refer too. To make the config module as
# self-contained as possible, the method definitions of these sub objects are
# also added to the module with CMake `target_sources(config PRIVATE ...)`
# declarations.

add_aktualizr_test(NAME config SOURCES config_test.cc ARGS ${PROJECT_BINARY_DIR} PROJECT_WORKING_DIRECTORY)

Expand Down

0 comments on commit 663f655

Please sign in to comment.