~aleteoryx/muditaos

ref: 2224b00bcef7ee1ee6eb336ecf005513b0b625f8 muditaos/module-gui/test/test-google/CMakeLists.txt -rw-r--r-- 477 bytes
2224b00b — Lefucjusz [BH-2019] Fix alarm sounds list after selected file deletion 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_gtest_executable(
        NAME
                gui
        SRCS
                test-gui-listview.cpp
                test-gui-boxlayout.cpp
                test-gui-gridlayout.cpp
                test-gui-depthfirst-itemtree.cpp
                test-gui-visitor-call.cpp
                test-gui-dom-dump.cpp
                ../mock/TestListViewProvider.cpp
        LIBS
                module-utils
                module-gui
                sys-service
        USE_FS
)