Changeset 6309

Show
Ignore:
Timestamp:
03/05/07 14:27:55
Author:
robert
Message:

From Luigi Calori, added marco support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • OpenSceneGraph/trunk/CMakeLists.txt

    r6306 r6309  
    142142 
    143143# OSG Applications 
    144 OPTION(BUILD_OSG_APPLICATIONS "Enable to build OSG Applications (e.g. osgviewer)" OFF
     144OPTION(BUILD_OSG_APPLICATIONS "Enable to build OSG Applications (e.g. osgviewer)" ON
    145145IF   (BUILD_OSG_APPLICATIONS) 
    146146        ADD_SUBDIRECTORY(applications) 
  • OpenSceneGraph/trunk/src/CMakeLists.txt

    r6306 r6309  
    1616) 
    1717 
    18 OPTION(BUILD_OSG_PLUGINS "Enable to build OSG Plugins" OFF
     18OPTION(BUILD_OSG_PLUGINS "Enable to build OSG Plugins" ON
    1919IF   (BUILD_OSG_PLUGINS) 
    2020        ADD_SUBDIRECTORY(osgPlugins)