~aleteoryx/muditaos

ref: d4d0e7ec3487e64649f764c2bbcf5c25cf3c204d muditaos/module-services/service-desktop/tests/CMakeLists.txt -rw-r--r-- 524 bytes
d4d0e7ec — Tomasz Rybarski [BH-1222] Alarm Bottom Message Translations 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
27
28
29
30
31
32
file(
    COPY
        muditaos-unittest.tar
    DESTINATION
        ${TEST_ASSETS_DEST_DIR}/updates
)

file(
    COPY
        factory-test
    DESTINATION
        ${TEST_ASSETS_DEST_DIR}
)

add_catch2_executable(
    NAME
        service-desktop
    SRCS
        unittest.cpp
        tests-main.cpp
    LIBS
        service-desktop
        module-utils
        module-apps
    USE_FS
)

target_include_directories(
        catch2-service-desktop
    PRIVATE
        $<TARGET_PROPERTY:service-desktop,INCLUDE_DIRECTORIES>
)