~thomas-voss/qtubuntu-sensors/cmake-setup-take-2

« back to all changes in this revision

Viewing changes to plugins/position/CMakeLists.txt

  • Committer: thomas-voss
  • Date: 2014-01-10 16:51:27 UTC
  • Revision ID: thomas.voss@canonical.com-20140110165127-ova5xewnoycym2ef
Remove unnecessary cmake subfolder
Remove coverage-specific setup until we have tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
target_link_libraries(
32
32
  qtposition_ubuntu
33
33
 
 
34
  ${CMAKE_THREAD_LIBS_INIT}
 
35
 
34
36
  Qt5::Core 
35
37
  Qt5::Location
36
38