set(PXR_PREFIX pxr/imaging)
set(PXR_PACKAGE hgi)

pxr_library(hgi
    LIBRARIES
        gf
        plug
        tf

    PUBLIC_CLASSES
        attachmentDesc
        blitEncoder
        buffer
        graphicsEncoder
        graphicsEncoderDesc
        hgi
        pipeline
        resourceBindings
        shaderFunction
        shaderProgram
        texture
        tokens
        types

    PUBLIC_HEADERS
        api.h
        blitEncoderOps.h
        enums.h
        handle.h
)
