~aleteoryx/muditaos

ref: b95894a8abc10cddf0b58dda4b2569b01eec0d7e muditaos/module-services/service-gui/tests/CMakeLists.txt -rw-r--r-- 480 bytes
b95894a8 — Lefucjusz [MOS-1064] Fix no input language selected for French/Spanish 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
add_catch2_executable(
    NAME
        context-pool-tests
    SRCS
        test-ContextPool.cpp
        MockedSynchronizationMechanism.hpp
    LIBS
        service-gui
)

add_catch2_executable(
    NAME
        commands-queue-tests
    SRCS
        test-DrawCommandsQueue.cpp
        MockedSynchronizationMechanism.hpp
    LIBS
        service-gui
)

add_catch2_executable(
    NAME
        render-cache-tests
    SRCS
        test-RenderCache.cpp
    LIBS
        service-gui
)