~aleteoryx/muditaos

ref: bf8513799f1080b83d1979d838cde630cfa6445e muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 585 bytes
bf851379 — Jakub Pyszczak [EGD-7036] Audio tracks updated 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-sys
                iosyscalls
                module-gui
        DEPS
                assets
                PurePhone-disk-img
)