if(FF_BUILD_SUBSTITUTION_TOOL)
  add_subdirectory(protobuf-to-json)
endif()

if(FF_BUILD_VISUALIZATION_TOOL)
  add_subdirectory(substitution-to-dot)
endif()

if(FF_BUILD_SP_IZATION_BENCHMARKING)
  add_subdirectory(sp-ization-benchmarking)
endif()

if(FF_BUILD_BIN_EXPORT_MODEL_ARCH)
  add_subdirectory(export-model-arch)
endif()

if(FF_BUILD_BIN_RUN_MODEL)
  add_subdirectory(run-model)
endif()
