~helene-verhaeghe27/cairo-dock-core/bugfix

« back to all changes in this revision

Viewing changes to src/gldit/CMakeLists.txt

  • Committer: Matthieu Baerts
  • Date: 2013-06-05 01:05:24 UTC
  • Revision ID: matttbe@gmail.com-20130605010524-hp0vnt8readq9wd6
icon-factory: do not include this no longer used directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        ${XEXTEND_INCLUDE_DIRS}
79
79
        ${XINERAMA_INCLUDE_DIRS}
80
80
        ${CMAKE_SOURCE_DIR}/src/gldit
81
 
        #${CMAKE_SOURCE_DIR}/src/icon-factory
82
81
        ${CMAKE_SOURCE_DIR}/src/implementations)
83
82
 
84
83
# Make sure the linker can find the libraries.
108
107
        ${XEXTEND_LIBRARIES}
109
108
        ${XINERAMA_LIBRARIES}
110
109
        ${LIBCRYPT_LIBS}
111
 
        #icon-factory
112
110
        implementations
113
111
        ${LIBDL_LIBRARIES})
114
112