~aleteoryx/muditaos

ref: e6213e94077379e7d1ae6908dc2a6769fa406ccb muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 461 bytes
e6213e94 — Lucjan Bryndza [EGD-5737] Merge master into experimental 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# gui tests
add_catch2_executable(
        NAME
                gui
        SRCS
                test-gui.cpp
                test-context.cpp
                test-gui-callbacks.cpp
                test-gui-resizes.cpp
                ../mock/TestWindow.cpp
                ../mock/InitializedFontManager.cpp
        test-language-input-parser.cpp
        INCLUDE
                ..
        LIBS
                module-gui
        DEPS
                assets
)