~aleteoryx/muditaos

ref: 4f3366ee808e63a8d4e439e22a43d30c73be12f1 muditaos/module-services/service-appmgr/tests/CMakeLists.txt -rw-r--r-- 183 bytes
4f3366ee — Piotr Tański [EGD-4157] Actions queue added 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
add_catch2_executable(
    NAME
        actions-registry-tests
    SRCS
        tests-main.cpp
        test-ActionsRegistry.cpp
    LIBS
        service-appmgr
        module-utils
)