~aleteoryx/muditaos

ref: a8fa8bf5f29d2a173f2afc66d3db6bb3910356a3 muditaos/module-utils/Clipboard/test/CMakeLists.txt -rw-r--r-- 163 bytes
a8fa8bf5 — Lefucjusz [MOS-1060] Fix memory leak in contacts list view 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
# Clipboard tests
add_catch2_executable(
    NAME
        utils-clipboard
    SRCS
        unittest_clipboard.cpp
    LIBS
        log-api
        clipboard

)