summaryrefslogtreecommitdiff
path: root/qt4/tests/lib/glib/contactlist2/CMakeLists.txt
blob: c920d8ed556b7042e16ef3c29ef230184c81e422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if(ENABLE_TP_GLIB_TESTS)
    set(example_cm_contactlist2_SRCS
        conn.c
        conn.h
        connection-manager.c
        connection-manager.h
        contact-list.c
        contact-list.h
        protocol.c
        protocol.h)

    add_library(example-cm-contactlist2 STATIC ${example_cm_contactlist2_SRCS})
    target_link_libraries(example-cm-contactlist2 ${TPGLIB_LIBRARIES})
endif(ENABLE_TP_GLIB_TESTS)