~aleteoryx/muditaos

ref: b9352275d54a5024ef13ff3fd74b8b5ab76c167d muditaos/module-services/service-gui/tests/CMakeLists.txt -rw-r--r-- 480 bytes
b9352275 — Lefucjusz [MOS-1000] Remove unsupported character from quotes 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
)