#Subdirectories
if(HAVE_BOOST)
  add_subdirectory(2geomtools)
endif()
add_subdirectory(lenseffects)
add_subdirectory(pathconnect)
add_subdirectory(pathcut)
add_subdirectory(pathfinder)
add_subdirectory(pathstroker)
add_subdirectory(subdivide)
add_subdirectory(flattenpath)
add_subdirectory(smoothpath)
if (HAVE_HUNSPELL)
  add_subdirectory(hunspellcheck)
endif (HAVE_HUNSPELL)
