~vanvugt/compiz-core/fix-880707.2

« back to all changes in this revision

Viewing changes to tests/pluginclasshandler/get/CMakeLists.txt

  • Committer: Daniel van Vugt
  • Date: 2012-01-12 06:48:58 UTC
  • mfrom: (2893.2.15 compiz-core)
  • Revision ID: vanvugt@gmail.com-20120112064858-xcu22jq1dlerirmp
Merge with upstream changes (lp:compiz-core).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
link_directories (${COMPIZ_TEST_PCH_LINK_DIRS})
2
 
 
3
 
include_directories (${COMPIZ_TEST_PCH_INCLUDE_DIRS}
4
 
                     ${compiz_SOURCE_DIR}/include
5
 
                     ${compiz_BINARY_DIR}
6
 
                     ${compiz_BINARY_DIR}/generated
7
 
                     ${compiz_SOURCE_DIR}/src
8
 
                     ${COMPIZ_TEST_PCH_BASE_DIR})
9
 
 
10
 
set (OBJECT CompizPCHTestGet)
11
 
add_definitions (-DOBJECT=${OBJECT})
12
 
 
13
 
add_executable (test-pch-get
14
 
                test-pch-get.cpp
15
 
                ../test-pluginclasshandler.cpp 
16
 
                ${compiz_SOURCE_DIR}/src/valueholder.cpp
17
 
                ${compiz_SOURCE_DIR}/src/pluginclasses.cpp
18
 
                ${compiz_SOURCE_DIR}/src/string.cpp
19
 
                ${compiz_SOURCE_DIR}/src/logmessage.cpp)
20
 
 
21
 
target_link_libraries (test-pch-get
22
 
                       ${COMPIZ_TEST_PCH_LIBRARIES})
23
 
 
24
 
add_test (test-pch-get
25
 
          ${CMAKE_CURRENT_BINARY_DIR}/test-pch-get)