~sil2100/unity-2d/precise-security

« back to all changes in this revision

Viewing changes to launcher/tests/CMakeLists.txt

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2011-11-17 20:39:51 UTC
  • mto: (768.5.20 places-rewrite)
  • mto: This revision was merged to the branch mainline in revision 783.
  • Revision ID: renato.filho@canonical.com-20111117203951-4v9rqkbmkhdyszv1
[tests] Moved test commom file to tests directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
endmacro(launcher_tests)
18
18
 
19
19
include_directories(
20
 
    ${CMAKE_SOURCE_DIR}
 
20
    ${CMAKE_SOURCE_DIR}/tests
21
21
    ${CMAKE_CURRENT_SOURCE_DIR}/../app
22
22
    ${CMAKE_CURRENT_BINARY_DIR}
23
23
    ${QT_QTTEST_INCLUDE_DIR}