~aleteoryx/muditaos

ref: 0684b1271b8674e7416b5b815a29faa1843edd44 muditaos/module-services/service-db/test/test-settings-Settings/CMakeLists.txt -rw-r--r-- 636 bytes
0684b127 — Mateusz Grzegorzek [BH-515] Create main Bell app 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
)