~compiz-team/compiz/compiz.workaround_92599

« back to all changes in this revision

Viewing changes to tests/integration/xig/src/CMakeLists.txt

  • Committer: smspillaz
  • Author(s): Robert Ancell
  • Date: 2012-01-20 16:29:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2930.
  • Revision ID: sam.spilsbury@canonical.com-20120120162927-7ero8ca8nq80zp6k
Added Xig Testing infrastructure to compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories (${COMPIZ_XIG_TEST_INCLUDE_DIRS}
 
2
                     ${CMAKE_CURRENT_BINARY_DIR})
 
3
link_directories (${COMPIZ_XIG_TEST_LIBRARY_DIRS})
 
4
 
 
5
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
 
6
                ${CMAKE_CURRENT_BINARY_DIR}/config.h)
 
7
 
 
8
add_executable (compiz-xig-test-runner
 
9
                test-runner.c)
 
10
 
 
11
target_link_libraries (compiz-xig-test-runner
 
12
                       ${COMPIZ_XIG_TEST_LIBRARIES})