~aleteoryx/muditaos

ref: d31e1c2c43edea1b59bacd1f2736b96ac03ae5cd muditaos/module-utils/math/tests/CMakeLists.txt -rw-r--r-- 126 bytes
d31e1c2c — Jakub Pyszczak [EGD-7219] Notifications from service audio 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
add_catch2_executable(
    NAME
        math-test
    SRCS
        test_math.cpp
    LIBS
        math
        module-utils
)