Fix libs harvesting for Embree as a dynamic library

libembree4.so was missing from make deps target location.
This commit is contained in:
Xavier Hallade 2023-04-05 22:13:02 +02:00
parent 70edef1311
commit 8f8548e964
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ else()
harvest(openimagedenoise/lib openimagedenoise/lib "*.a")
harvest(embree/include embree/include "*.h")
harvest(embree/lib embree/lib "*.a")
harvest(embree/lib embree/lib "*${SHAREDLIBEXT}*")
harvest(openpgl/include openpgl/include "*.h")
harvest(openpgl/lib openpgl/lib "*.a")
harvest(openpgl/lib/cmake/openpgl-${OPENPGL_SHORT_VERSION} openpgl/lib/cmake/openpgl "*.cmake")