summaryrefslogtreecommitdiff
path: root/qt4/tests/lib/glib/future/conference/CMakeLists.txt
blob: 2e66ed42348265e9c4d06352b2d65e120b48669f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(ENABLE_TP_GLIB_TESTS)
    include_directories(
        ${CMAKE_SOURCE_DIR}/tests/lib/glib/future)

    set(future_example_cm_conference_SRCS
        chan.c
        chan.h)

    add_library(future-example-cm-conference STATIC ${future_example_cm_conference_SRCS})
    target_link_libraries(future-example-cm-conference ${TPGLIB_LIBRARIES}
                          tp-glib-tests-future-extensions)
endif(ENABLE_TP_GLIB_TESTS)