~alan-griffiths/mir/knee-jerk-mir_surface_state_automatic

« back to all changes in this revision

Viewing changes to cmake/src/compiz/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2012-07-04 15:09:35 UTC
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: alan@octopull.co.uk-20120704150935-7lrj11s8aexmhx60
First cut (not working right)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_executable (compiz_discover_gtest_tests
 
2
                EXCLUDE_FROM_ALL
 
3
                ${CMAKE_CURRENT_SOURCE_DIR}/compiz_discover_gtest_tests.cpp)
 
4
 
 
5
set_target_properties (compiz_discover_gtest_tests PROPERTIES
 
6
                       RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/compiz_gtest)