@@ -41,6 +41,7 @@ set (THRESHOLD Threshold.cpp Thresholdmn.cpp ${common_srcs})
4141set (GAGEWATERSHED gagewatershedmn.cpp gagewatershed.cpp ${common_srcs} ${shape_srcs} )
4242set (TWI TWImn.cpp TWI.cpp ${common_srcs} )
4343set (CONNECTDOWN ConnectDownmn.cpp ConnectDown.cpp ${common_srcs} ${shape_srcs} )
44+ set (CATCHHYDROGEO CatchHydroGeo.cpp CatchHydroGeomn.cpp ${common_srcs} ${shape_srcs} )
4445set (CATCHOUTLETS CatchOutletsmn.cpp CatchOutlets.cpp ${common_srcs} ${shape_srcs} )
4546set (EDITRASTER EditRastermn.cpp EditRaster.cpp ${common_srcs} )
4647set (FLOWDIRCOND flowdirconditionmn.cpp flowdircond.cpp ${common_srcs} )
@@ -86,6 +87,7 @@ add_executable (threshold ${THRESHOLD})
8687add_executable (gagewatershed ${GAGEWATERSHED} )
8788add_executable (twi ${TWI} )
8889add_executable (connectdown ${CONNECTDOWN} )
90+ add_executable (catchhydrogeo ${CATCHHYDROGEO} )
8991add_executable (catchoutlets ${CATCHOUTLETS} )
9092add_executable (editraster ${EDITRASTER} )
9193add_executable (flowdircond ${FLOWDIRCOND} )
@@ -121,6 +123,7 @@ set (MY_TARGETS aread8
121123 gagewatershed
122124 twi
123125 connectdown
126+ catchhydrogeo
124127 catchoutlets
125128 editraster
126129 flowdircond
@@ -130,5 +133,5 @@ set (MY_TARGETS aread8
130133
131134foreach ( c_target ${MY_TARGETS} )
132135 target_link_libraries (${c_target} ${MPI_LIBRARIES} ${GDAL_LIBRARY} )
133- install (TARGETS ${c_target} DESTINATION bin )
136+ install (TARGETS ${c_target} DESTINATION taudem )
134137endforeach ( c_target ${MY_TARGETS} )
0 commit comments