~aleteoryx/muditaos

ref: 10a2c379699cbb9783be27ff7b1fa30fbd38953c muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 580 bytes
10a2c379 — Wiktor S. Ovalle Correa [EGD-3649] Fix paths in UT 4 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
# gui tests
add_catch2_executable(
        NAME
                gui
        SRCS
                test-gui.cpp
                test-context.cpp
                test-gui-callbacks.cpp
                test-gui-resizes.cpp
                test-gui-image.cpp
                ../mock/TestWindow.cpp
                ../mock/InitializedFontManager.cpp
        test-language-input-parser.cpp
        INCLUDE
                ..
        LIBS
                module-gui
                module-vfs
                iosyscalls
        DEPS
                assets
                disk_image
)