From 3e9510a89f5416dc67d1a7b61d66b5afcbf5f18d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 21 Jun 2021 16:13:33 +0200 Subject: [PATCH] reorg of cmake osg plugins; add osgSim and osgdb_dae requirements --- CMakeLists.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6928e37935..efb2758459 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -243,17 +243,20 @@ if (USE_QT) endif() set(USED_OSG_COMPONENTS + osgAnimation osgDB - osgViewer - osgText osgGA - osgParticle - osgUtil osgFX + osgParticle + osgText + osgUtil osgShadow - osgAnimation) + osgSim + osgViewer + ) set(USED_OSG_PLUGINS osgdb_bmp + osgdb_dae osgdb_dds osgdb_freetype osgdb_jpeg