~aleteoryx/muditaos

ref: a036b7512107c6cc92de237d22ec1839768eba70 muditaos/module-cellular/test/CMakeLists.txt -rw-r--r-- 182 bytes
a036b751 — Lucjan Bryndza [EGD-4758] Fix littlefs boundary check 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 
)