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

    add_library(example-cm-contactlist STATIC ${example_cm_contactlist_SRCS})
    target_link_libraries(example-cm-contactlist ${TPGLIB_LIBRARIES})
    tpqt4_generate_manager_file(${CMAKE_CURRENT_SOURCE_DIR}/manager-file.py example_contact_list.manager connection-manager.c)
endif(ENABLE_TP_GLIB_TESTS)