package third_party.fuse

@Build(stage=1,script="$(EXTERNAL_MAKE)")
@BuildArtifactPath(cppflags="-I$(abspath $(EXTERNAL_BUILD_DIR))/third_party/fuse/core/install/include")
static module fuse_linux {

	@IncludePath("$(EXTERNAL_BUILD_DIR)/third_party/fuse/core/install/include")

	@NoRuntime depends embox.compat.posix.file_system
}
