~aleteoryx/muditaos

ref: 4f3366ee808e63a8d4e439e22a43d30c73be12f1 muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
4f3366ee — Piotr Tański [EGD-4157] Actions queue added 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
add_catch2_executable(
    NAME
        callback-storage-test
    SRCS
        tests-main.cpp
        test-CallbackStorage.cpp
    LIBS
        ${PROJECT_NAME}
)