~townsend/compiz/fix-auto-vp-switch-0.9.10

« back to all changes in this revision

Viewing changes to src/logmessage/CMakeLists.txt

  • Committer: Sam Spilsbury
  • Date: 2013-07-15 20:57:56 UTC
  • mfrom: (3718.6.1 compiz)
  • mto: This revision was merged to the branch mainline in revision 3764.
  • Revision ID: sam.spilsbury@canonical.com-20130715205756-924n5py31e52id34
MergeĀ lp:~stevenhooke11/compiz/compiz.fix_1067246

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
INCLUDE_DIRECTORIES(  
3
 
  ${CMAKE_CURRENT_SOURCE_DIR}/include
4
 
  
5
3
  ${compiz_SOURCE_DIR}/include
6
4
    
7
5
  ${Boost_INCLUDE_DIRS}
8
6
)
9
7
 
10
 
SET( PUBLIC_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/core/logmessage.h )
 
8
SET( PUBLIC_HEADERS ${compiz_SOURCE_DIR}/include/core/logmessage.h )
11
9
SET( PRIVATE_HEADERS )
12
10
 
13
11
SET( SRCS ${CMAKE_CURRENT_SOURCE_DIR}/src/logmessage.cpp )