~aleteoryx/muditaos

ref: b38adceced4bf4960c436fb0e4b71910a6bfb9c4 muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
b38adcec — Adam Dobrowolski [EGD-6019] Minimum settings ownership lifetime fixups 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}
)