~compiz-team/compiz/compiz.fix_1063617.6

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/xorg-gtest/CMakeLists.txt

  • Committer: Sam Spilsbury
  • Date: 2012-12-07 06:09:18 UTC
  • mfrom: (3480.6.33 0.9.9)
  • Revision ID: sam.spilsbury@canonical.com-20121207060918-3xoqgnnhcx6rz2gb
MergeĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if (BUILD_XORG_GTEST)
 
2
 
 
3
    include_directories (${compiz_SOURCE_DIR}/tests/shared
 
4
                         ${COMPIZ_XORG_SYSTEM_TEST_INCLUDE_DIR}
 
5
                         ${X11_INCLUDE_DIRS}
 
6
                         ${XORG_SERVER_INCLUDE_XORG_GTEST}
 
7
                         ${XORG_SERVER_GTEST_SRC}
 
8
                         ${GTEST_INCLUDE_DIRS})
 
9
    add_subdirectory (tests)
 
10
 
 
11
endif (BUILD_XORG_GTEST)