~aleteoryx/muditaos

ref: 8bb8be69d64a9c5a322b18f03f6167915866c246 muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 422 bytes
8bb8be69 — SP2FET [EGD-4082] fixed build in Debug 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
        INCLUDE
                ..
        LIBS
                module-gui
        DEPS
                assets
)