~cairo-dock-team/cairo-dock-core/popup_from_shortkey

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Fabrice Rey
  • Date: 2013-06-04 22:58:28 UTC
  • Revision ID: fabounet03@gmail.com-20130604225828-x8lg3mv9135jr114
updated various parts of the core to the new API (new icons type, 'delete' method, simplified functions, etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
add_subdirectory (icon-factory)
 
2
#add_subdirectory (icon-factory)
3
3
add_subdirectory (gldit)
4
4
add_subdirectory (implementations)
5
5
 
45
45
        ${PACKAGE_LIBRARIES}
46
46
        ${GTK_LIBRARIES}
47
47
        gldi
48
 
        icon-factory
 
48
        #icon-factory
49
49
        ${LIBINTL_LIBRARIES})
50
50
 
51
51
# install the program once it is built.