~aleteoryx/muditaos

ref: dc99ba52ae1ac0d69e934f369153bc228686c2f0 muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 461 bytes
dc99ba52 — Krzysztof Móżdżyński [EGD-4590] Change KBD parser to JSON for input keyboard files 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
)