~aleteoryx/muditaos

ref: 547437718fb982303a5680521830d7cff7a2e50f muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 543 bytes
54743771 — Marek Niepieklo [CP-1048] Database instance mix-up in predefinedQuotesDB backup code 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
                test-key-translator.cpp
        INCLUDE
                ..
        LIBS
                module-sys
                module-gui
	USE_FS
)