~stolowski/unity-scope-mediascanner/dont-pass-artist-by-search-string

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: James Henstridge
  • Date: 2014-10-07 01:40:40 UTC
  • mto: This revision was merged to the branch mainline in revision 196.
  • Revision ID: james@jamesh.id.au-20141007014040-6zvzj688hnf5wpzz
Make scopes look for translations in their scope directory when built as 
click packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  test-music-scope.cpp
16
16
  ../src/mymusic/music-scope.cpp
17
17
)
18
 
target_link_libraries(test-music-scope ${UNITY_LDFLAGS} ${gtest_libs})
 
18
target_link_libraries(test-music-scope
 
19
  scope-utils ${UNITY_LDFLAGS} ${gtest_libs})
19
20
add_test(test-music-scope test-music-scope)
20
21
 
21
22
add_executable(test-video-scope
23
24
  ../src/myvideos/video-scope.cpp
24
25
)
25
26
target_link_libraries(test-video-scope
26
 
  ${UNITY_LDFLAGS} ${gtest_libs} ${Boost_LIBRARIES})
 
27
  scope-utils ${UNITY_LDFLAGS} ${gtest_libs} ${Boost_LIBRARIES})
27
28
add_test(test-video-scope test-video-scope)
28
29
 
29
30
add_executable(test-result-forwarder