~aleteoryx/muditaos

ref: a92f163afccc43e0e7e850ee9ee06ef93a1da0db muditaos/module-services/service-db/test/CMakeLists.txt -rw-r--r-- 461 bytes
a92f163a — Wiktor S. Ovalle Correa [EGD-5137] Change iosyscalls symbols 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# service-db tests
add_catch2_executable(
        NAME
            service-db
        SRCS
            main.cpp
            test-service-db-api.cpp
            test-service-db-settings-messages.cpp
            test-service-db-settings-api.cpp
            test-service-db-file_indexer.cpp
        LIBS
            service-audio
            module-vfs
            module-audio
            service-cellular
            module-cellular
            iosyscalls
)