~michael-sheldon/webbrowser-app/implement-download-folder

« back to all changes in this revision

Viewing changes to tests/unittests/intent-filter/CMakeLists.txt

  • Committer: Michael Sheldon
  • Date: 2015-09-21 13:24:24 UTC
  • mfrom: (1106.25.15 webbrowser-app)
  • Revision ID: michael.sheldon@canonical.com-20150921132424-ffebrf4ok3he2e21
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
find_package(Qt5Test REQUIRED)
4
4
set(TEST tst_IntentFilterTests)
5
5
set(SOURCES
6
 
    ${webapp-container_SOURCE_DIR}/intent-filter.cpp
 
6
    ${webapp-container_SOURCE_DIR}/intent-parser.cpp
 
7
    ${webapp-container_SOURCE_DIR}/scheme-filter.cpp
7
8
    tst_IntentFilterTests.cpp
8
9
)
9
10
include_directories(${webapp-container_SOURCE_DIR})