7 lines
193 B
CMake
7 lines
193 B
CMake
|
|
||
|
add_library(Qt5::Scene2DPlugin MODULE IMPORTED)
|
||
|
|
||
|
_populate_3DRender_plugin_properties(Scene2DPlugin RELEASE "renderplugins/libscene2d.so")
|
||
|
|
||
|
list(APPEND Qt53DRender_PLUGINS Qt5::Scene2DPlugin)
|