~ubuntu-branches/debian/sid/osgearth/sid

« back to all changes in this revision

Viewing changes to src/osgEarthDrivers/tileservice/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Pirmin Kalberer
  • Date: 2011-07-14 22:13:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110714221336-94igk9rskxveh794
Tags: upstream-2.0+dfsg
ImportĀ upstreamĀ versionĀ 2.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(TARGET_SRC
 
2
    ReaderWriterTileService.cpp
 
3
)
 
4
SET(TARGET_H
 
5
    TileServiceOptions
 
6
)
 
7
 
 
8
SETUP_PLUGIN(osgearth_tileservice)
 
9
 
 
10
 
 
11
# to install public driver includes:
 
12
SET(LIB_NAME tileservice)
 
13
SET(LIB_PUBLIC_HEADERS TileServiceOptions)
 
14
INCLUDE(ModuleInstallOsgEarthDriverIncludes OPTIONAL)
 
15