~aleteoryx/muditaos

ref: 253ff8685c0102c7fc2ee1dc6e462cd16186dd19 muditaos/module-services/service-cellular/tests/CMakeLists.txt -rw-r--r-- 185 bytes
253ff868 — Hubert Chrzaniuk [EGD-4403][EGD-4412] MMI support (#1021) 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
cmake_minimum_required(VERSION 3.12)

add_catch2_executable(
        NAME
            cellular-mmi
        SRCS
            unittest_mmi.cpp
        LIBS
            module-cellular
)