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

pxr_library(hdMtlx
    LIBRARIES
        gf
        hd
        sdf
        sdr
        tf
        trace
        usdMtlx
        vt
        MaterialXCore
        MaterialXFormat

    PUBLIC_CLASSES
        hdMtlx
        debugCodes

    PUBLIC_HEADERS
        api.h
)
