~aleteoryx/muditaos

ref: fd935f41796f521e65b206150eb11dde6549afb1 muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
fd935f41 — Alek Rudnik [EGD-6093] Audio settings API 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}
)