~ubuntu-branches/debian/experimental/openscenegraph/experimental

« back to all changes in this revision

Viewing changes to OpenSceneGraph/src/osgPlugins/gif/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Luaces
  • Date: 2011-01-29 11:36:29 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110129113629-qisrm2kdqlurc7t3
Tags: 2.9.11-1
* Removed bug-555869-ftbfs_with_binutils_gold.dpatch since upstream has
  already taken care of the issue.
* Removed bug-528229.dpatch since the pkgconfig files are now also split
  in upstream.
* Removed explicit dependency on GLU.
* Upstream no longer includes osgIntrospection (Closes: #592420).
* Disabled zip plugin as its implementation stores an embedded copy of
  zlib.
* Enabled Qt support. Thanks James Goppert.
* Enabled SVG and PDF plugins. Thanks James Goppert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#this file is automatically generated 
2
 
 
3
 
 
4
 
    INCLUDE_DIRECTORIES( ${GIFLIB_INCLUDE_DIR} )
5
 
 
 
1
INCLUDE_DIRECTORIES( ${GIFLIB_INCLUDE_DIR} )
6
2
 
7
3
SET(TARGET_SRC ReaderWriterGIF.cpp )
8
4
SET(TARGET_LIBRARIES_VARS GIFLIB_LIBRARY )
11
7
 
12
8
IF(MSVC)
13
9
    SET_TARGET_PROPERTIES("${TARGET_DEFAULT_PREFIX}${TARGET_NAME}" PROPERTIES LINK_FLAGS_DEBUG "/NODEFAULTLIB:MSVCRT")
14
 
ENDIF(MSVC)
15
 
 
 
10
ENDIF()