~ci-train-bot/thumbnailer/thumbnailer-ubuntu-yakkety-landing-072

« back to all changes in this revision

Viewing changes to tests/safe_strerror/CMakeLists.txt

  • Committer: CI Train Bot
  • Author(s): Michi Henning
  • Date: 2015-09-15 11:04:11 UTC
  • mfrom: (125.1.2 landing150915)
  • Revision ID: ci-train-bot@canonical.com-20150915110411-233xw0fljaq7p2o0
Landing changes on devel to trunk.
Approved by: James Henstridge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_executable(safe_strerror_test safe_strerror_test.cpp)
2
2
qt5_use_modules(safe_strerror_test Network)
3
 
target_link_libraries(safe_strerror_test thumbnailer Qt5::Network gtest)
 
3
target_link_libraries(safe_strerror_test thumbnailer-static Qt5::Network gtest gtest_main)
4
4
add_test(safe_strerror safe_strerror_test)