Skip to content

Commit

Permalink
add qgsgraphbuilder interface
Browse files Browse the repository at this point in the history
  • Loading branch information
stopa85milk committed May 24, 2011
1 parent 4b462f5 commit f2442d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/analysis/network/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

SET(QGIS_NETWORK_ANALYSIS_SRCS
qgsgraph.cpp
qgsgraphbuilder.cpp
)

INCLUDE_DIRECTORIES(BEFORE raster)
Expand Down Expand Up @@ -51,7 +52,9 @@ INSTALL(TARGETS qgis_networkanalysis
# Added by Tim to install headers

SET(QGIS_NETWORK_ANALYSIS_HDRS
qgsgraph.h )
qgsgraph.h
qgsgraphbuilderinterface.h
qgsgraphbuilder.h )

INSTALL(CODE "MESSAGE(\"Installing NETWORK ANALYSIS headers...\")")
INSTALL(FILES ${QGIS_NETWORK_ANALYSIS_HDRS} ${QGIS_NETWORK_ANALYSIS_MOC_HDRS} DESTINATION ${QGIS_INCLUDE_DIR})

0 comments on commit f2442d0

Please sign in to comment.