~aleteoryx/muditaos

ref: 200c9b949d964dea034de7ea6ad9f6ce04a49643 muditaos/module-services/service-db/test/test-settings-Settings/CMakeLists.txt -rw-r--r-- 636 bytes
200c9b94 — Jakub Pyszczak [EGD-7432] Tags fetcher 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
)