~aleteoryx/muditaos

ref: aee4561d81795372183109c851a97f9602eb372d muditaos/module-utils/rotator/tests/CMakeLists.txt -rw-r--r-- 136 bytes
aee4561d — Lefucjusz [BH-2048] Major Eink driver refactor 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
# Rotator tests
add_catch2_executable(
    NAME
        rotator-test
    SRCS
        test_Rotator.cpp
    LIBS
        utils-rotator
)