~aleteoryx/muditaos

ref: master muditaos/module-gui/test/test-catch/CMakeLists.txt -rw-r--r-- 617 bytes
2cd0e472 — Lefucjusz [BH-000] Update Harmony 2.10.0 changelog 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
                test-language-input-parser.cpp
                test-key-translator.cpp
        INCLUDE
                ..
        LIBS
                module-sys
                module-gui
                gui-mock
	USE_FS
)
file(COPY "${CMAKE_CURRENT_SOURCE_DIR}/plus_32px_W_M.vpi" DESTINATION "${CMAKE_BINARY_DIR}/images")