~aleteoryx/muditaos

ref: e6de85dbc19963e77144b192b9f40fbdc25a7e0d muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
e6de85db — Marek Niepieklo [CP-200] Delete file with old OS version 4 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}
)