~aleteoryx/muditaos

ref: 675dc59c9a8b57126de7e26c1bcb7d809358d130 muditaos/module-cellular/test/CMakeLists.txt -rw-r--r-- 182 bytes
675dc59c — RobertPiet [EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 3.12)

# Phone number tests
add_catch2_executable(
    NAME
        cellular-URC
    SRCS
        unittest_URC.cpp
    LIBS
        module-cellular 
)