~aleteoryx/muditaos

ref: ce2dbe96250f016ee6a4483312a7bfdd5b1e3df8 muditaos/module-apps/tests/CMakeLists.txt -rw-r--r-- 162 bytes
ce2dbe96 — Adam Dobrowolski [EGD-5238] Fixed error on escape in clang_check script 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}
)