Changeset 529 for trunk


Ignore:
Timestamp:
10/21/10 14:02:00 (19 months ago)
Author:
ddangelo
Message:

osgearth libs added to recipes. You can now write:
avango.build.add_library(<YOUR ENVIRONMENT>, 'osgEarth')
to link against osgearth.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/avango-build/src/avango/build/recipes.py

    r526 r529  
    7070 
    7171    _config_store.set('python', PythonConfig()) 
     72     
     73    _config_store.set('osgEarth', PlainConfig(libraries = ["osgEarth", "osgEarthUtil", "osgEarthFeatures"])) 
    7274 
    7375    # Dummy packages 
Note: See TracChangeset for help on using the changeset viewer.