~saiarcot895/ubuntu/trusty/openscenegraph/armhf-support

« back to all changes in this revision

Viewing changes to OpenSceneGraph/examples/osgpdf/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Loic Dachary (OuoU)
  • Date: 2009-03-23 14:08:20 UTC
  • mfrom: (1.1.7 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090323140820-i4j3jozdlhyn4lre
rules prevent lib64 with -D LIB_POSTFIX="" (Closes: #517671)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(TARGET_SRC osgpdf.cpp)
 
2
 
 
3
SET(TARGET_ADDED_LIBRARIES osgWidget )
 
4
 
 
5
#### end var setup  ###
 
6
SETUP_EXAMPLE(osgpdf)
 
7