~aleteoryx/muditaos

ref: 457d87771025b3cf036555b4c7cb6f8e968f1179 muditaos/module-utils/math/tests/CMakeLists.txt -rw-r--r-- 132 bytes
457d8777 — Adam Dobrowolski [EGD-8152] Added lacking colon asset 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
add_catch2_executable(
    NAME
        math-test
    SRCS
        test_math.cpp
    LIBS
        utils-math
        module-utils
)