~aleteoryx/muditaos

ref: b6416b15dac3a638d803681fbad8746b1808b6aa muditaos/module-services/service-db/test/test-settings-Settings/CMakeLists.txt -rw-r--r-- 495 bytes
b6416b15 — Adam Dobrowolski [EGD-6019] Minimum settings ownership lifetime fixups 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# service-db tests
add_catch2_executable(
        NAME
            settings-Settings
        SRCS
            main.cpp
            test-settings-Interface.cpp
            test-settings-Settings.cpp
            ../../agents/settings/Settings.cpp
            ../../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
)