File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
point_displacement_renderer Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,13 @@ QT4_WRAP_CPP (DIAGRAMOVERLAY_MOC_SRCS ${DIAGRAMOVERLAY_MOC_HDRS})
40
40
ADD_LIBRARY (diagramoverlay MODULE ${DIAGRAMOVERLAY_UIS_H} ${DIAGRAMOVERLAY_SRCS} ${DIAGRAMOVERLAY_MOC_SRCS} )
41
41
42
42
INCLUDE_DIRECTORIES (
43
- ${CMAKE_CURRENT_BINARY_DIR} ${GEOS_INCLUDE_DIR}
44
- ../../core ../../core/pal ../../core/raster ../../core/renderer ../../core/symbology
43
+ ${CMAKE_CURRENT_BINARY_DIR}
44
+ ${GEOS_INCLUDE_DIR}
45
+ ../../core
46
+ ../../core/pal
47
+ ../../core/raster
48
+ ../../core/renderer
49
+ ../../core/symbology
45
50
../../gui
46
51
..
47
52
)
Original file line number Diff line number Diff line change @@ -24,20 +24,21 @@ QT4_WRAP_CPP (POINT_DISPLACEMENT_MOC_SRCS ${POINT_DISPLACEMENT_MOC_HDRS})
24
24
25
25
ADD_LIBRARY (displacementplugin MODULE
26
26
${POINT_DISPLACEMENT_SRCS}
27
- ${POINT_DISPLACEMENT_UIS_H}
28
- ${POINT_DISPLACEMENT_MOC_SRCS}
27
+ ${POINT_DISPLACEMENT_UIS_H}
28
+ ${POINT_DISPLACEMENT_MOC_SRCS}
29
29
)
30
30
31
31
INCLUDE_DIRECTORIES (
32
- ${CMAKE_CURRENT_BINARY_DIR}
32
+ ${CMAKE_CURRENT_BINARY_DIR}
33
33
${CMAKE_CURRENT_BINARY_DIR} /../../ui
34
- ../../core
35
- ../../core/symbology-ng
36
- ../../core/spatialindex
34
+ ${GEOS_INCLUDE_DIR}
35
+ ../../core
36
+ ../../core/symbology-ng
37
+ ../../core/spatialindex
37
38
../../gui
38
39
../../gui/symbology-ng
39
- ..
40
- .
40
+ ..
41
+ .
41
42
)
42
43
43
44
TARGET_LINK_LIBRARIES (displacementplugin
You can’t perform that action at this time.
0 commit comments