blob: e75a63a22520b66129dcad455c0a583bc8e7a8a5 [file] [log] [blame]
Alexandre Lision51140e12013-12-02 10:54:09 -05001
Alexandre Lision7fd5d3d2013-12-04 13:06:40 -05002#to make sure includes are first taken - it contains config.h
3include_directories(BEFORE ${CMAKE_BINARY_DIR})
Alexandre Lisionddd731e2014-01-31 11:50:08 -05004include_directories (${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}
5 ${CMAKE_CURRENT_SOURCE_DIR}/../zrtp
6 ${CMAKE_CURRENT_SOURCE_DIR}/../clients/ccrtp)
Alexandre Lision51140e12013-12-02 10:54:09 -05007
Alexandre Lisionddd731e2014-01-31 11:50:08 -05008########### next target ###############
Alexandre Lision51140e12013-12-02 10:54:09 -05009
Alexandre Lisionddd731e2014-01-31 11:50:08 -050010add_executable(zrtptest zrtptest.cpp)
11target_link_libraries(zrtptest zrtpcpp ccrtp commoncpp)
12add_dependencies(zrtptest zrtpcpp)
Alexandre Lision51140e12013-12-02 10:54:09 -050013
Alexandre Lisionddd731e2014-01-31 11:50:08 -050014########### next target ###############
Alexandre Lision7fd5d3d2013-12-04 13:06:40 -050015
Alexandre Lisionddd731e2014-01-31 11:50:08 -050016add_executable(zrtptestMulti zrtptestMulti.cpp)
17target_link_libraries(zrtptestMulti zrtpcpp ccrtp commoncpp)
18add_dependencies(zrtptestMulti zrtpcpp)
19
Alexandre Lision51140e12013-12-02 10:54:09 -050020########### next target ###############
21
22#add_executable(wrappertest wrappertest.c)
23#target_link_libraries(wrappertest zrtpcpp)
24
25########### install files ###############
26# None