~aleteoryx/muditaos

ref: db8c1d35e5061c78cc00352bccd28fe0c3740527 muditaos/module-services/service-db/test/test-settings-Settings/CMakeLists.txt -rw-r--r-- 495 bytes
db8c1d35 — Pawel.Paprocki [EGD-6739] Fix Enable change of display resolution on simulator 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
)