INCLUDE_DIRECTORIES(
  ${InsightApplications_SOURCE_DIR}/Auxiliary/FltkImageViewer
  ${InsightApplications_SOURCE_DIR}/Auxiliary/VtkFltk
  ${InsightApplications_SOURCE_DIR}/Auxiliary/vtk
  ${InsightApplications_BINARY_DIR}/Auxiliary/FltkImageViewer
  ${InsightApplications_BINARY_DIR}/Auxiliary/VtkFltk
  ${InsightApplications_SOURCE_DIR}/GeodesicActiveContour
  ${InsightApplications_BINARY_DIR}/GeodesicActiveContour
)

SET(GeodesicActiveContour_SRCS
  GeodesicActiveContourBase.cxx
  GeodesicActiveContour.cxx
  )

ADD_GUI_EXECUTABLE(GeodesicActiveContour "${GeodesicActiveContour_SRCS}")

FLTK_WRAP_UI(GeodesicActiveContour GeodesicActiveContourGUI.fl)
ITK_DISABLE_FLTK_GENERATED_WARNINGS(GeodesicActiveContourGUI.fl)
  
TARGET_LINK_LIBRARIES(GeodesicActiveContour ITKNumerics ITKBasicFilters
                      ITKIO vtkHybrid vtkIO ITKFltkImageViewer ITKVtkFltk)
