7 lines
239 B
CMake
7 lines
239 B
CMake
|
|
||
|
add_library(Qt5::GLTFGeometryLoaderPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_3DRender_plugin_properties(GLTFGeometryLoaderPlugin RELEASE "geometryloaders/libgltfgeometryloader.so")
|
||
|
|
||
|
list(APPEND Qt53DRender_PLUGINS Qt5::GLTFGeometryLoaderPlugin)
|