~aleteoryx/muditaos

ref: 6309e29ca8cb39126eea8ace6f89fd6972952371 muditaos/module-gui/test/test-catch-text/CMakeLists.txt -rw-r--r-- 754 bytes
6309e29c — Przemyslaw Brudny [EGD-7979] TextLine split and cleanup to support SingleLine text 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
24
25
26
# gui tests
add_catch2_executable(
        NAME
                gui-text
        SRCS
                main.cpp
                ../mock/buildTextDocument.cpp
                ../mock/multi-line-string.cpp
                ../mock/InitializedFontManager.cpp
                test-gui-Text.cpp
                test-gui-TextFixedSize.cpp
                test-gui-TextBlock.cpp
                test-gui-TextBlockCursor.cpp
                test-gui-TextDocument.cpp
                test-gui-MultiTextLine.cpp
                test-gui-TextParse.cpp
                test-gui-Font.cpp
                test-gui-TextLineCursor.cpp
        INCLUDE
                ..
                ../mock/
        LIBS
                module-sys
                module-gui
	USE_FS
)