Merge branch 'master' of git@git.opensuse.org:projects/zypp/libzypp
[platform/upstream/libzypp.git] / tests / lib / CMakeLists.txt
1
2 INCLUDE_DIRECTORIES( ${LIBZYPP_SOURCE_DIR}/vendor/mongoose )
3
4 ADD_LIBRARY(zypp_test_utils
5  TestSetup.h
6  WebServer.h
7  WebServer.cc
8 )
9
10 TARGET_LINK_LIBRARIES(zypp_test_utils mongoose zypp boost_thread-mt)