if(ENABLE_PERL)
	add_subdirectory("perl")
endif()
if(ENABLE_PYTHON3)
	add_subdirectory("python3")
endif()
