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

« back to all changes in this revision

Viewing changes to src/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:
1
1
 
2
 
#add_subdirectory (icon-factory)
3
2
add_subdirectory (gldit)
4
3
add_subdirectory (implementations)
5
4
 
27
26
include_directories(
28
27
        ${PACKAGE_INCLUDE_DIRS}
29
28
        ${GTK_INCLUDE_DIRS}
30
 
        ${CMAKE_SOURCE_DIR}/src/gldit
31
 
        ${CMAKE_SOURCE_DIR}/src/icon-factory)
 
29
        ${CMAKE_SOURCE_DIR}/src/gldit)
32
30
 
33
31
# Make sure the linker can find the libraries.
34
32
link_directories(
45
43
        ${PACKAGE_LIBRARIES}
46
44
        ${GTK_LIBRARIES}
47
45
        gldi
48
 
        #icon-factory
49
46
        ${LIBINTL_LIBRARIES})
50
47
 
51
48
# install the program once it is built.