# service-db tests
add_catch2_executable(
NAME
settings-Settings
SRCS
main.cpp
test-settings-Interface.cpp
test-settings-Settings.cpp
${CMAKE_SOURCE_DIR}/module-services/service-db/agents/settings/Settings.cpp
${CMAKE_SOURCE_DIR}/module-services/service-db/EntryPath.cpp
INCLUDE
${CMAKE_SOURCE_DIR}/module-sys
${CMAKE_SOURCE_DIR}/source
${CMAKE_SOURCE_DIR}/module-services/service-db
${CMAKE_SOURCE_DIR}/module-utils/
DEPS
LIBS
module-sys
magic_enum
)