CMakeLists: Link videometal with Foundation

This commit is contained in:
OatmealDome 2022-07-23 04:27:28 -04:00
parent 9a45a690d8
commit 50d3ad58df

View File

@ -35,6 +35,7 @@ PUBLIC
videocommon videocommon
PRIVATE PRIVATE
spirv_cross spirv_cross
${FOUNDATION_LIBRARY}
${METAL_LIBRARY} ${METAL_LIBRARY}
${QUARTZCORE_LIBRARY} ${QUARTZCORE_LIBRARY}
) )