~townsend/compiz/fix-decoration-grab-0.9.10

« back to all changes in this revision

Viewing changes to gtk/gnome/CMakeLists.txt

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2008-10-06 17:11:30 UTC
  • Revision ID: git-v1:8347098972bbf41618a85c664a7ca886ecefb3ea
Move gtk/gnome specific parts to gtk/CMakeLists.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
if (USE_GNOME)
3
3
 
4
4
    include_directories (
5
 
        ${compiz_BINARY_DIR}
 
5
        ${CMAKE_BINARY_DIR}/gtk
6
6
        ${GNOME_WINDOW_SETTINGS_INCLUDE_DIRS}
7
7
    )
8
8