source: trunk/source/visualization/externals/zlib/sources.cmake @ 1350

Last change on this file since 1350 was 1350, checked in by garnier, 13 years ago

update to last version 4.9.4

File size: 1.1 KB
Line 
1#------------------------------------------------------------------------------
2# sources.cmake
3# Module : G4zlib
4# Package: Geant4.src.G4visualization..G4zlib
5#
6# Sources description for a library.
7# Lists the sources and headers of the code explicitely.
8# Lists include paths needed.
9# Lists the internal granular and global dependencies of the library.
10# Source specific properties should be added at the end.
11#
12# Generated on : 24/9/2010
13#
14# $Id: sources.cmake,v 1.1 2010/09/29 19:14:24 bmorgan Exp $
15#
16#------------------------------------------------------------------------------
17
18# List external includes needed.
19include_directories(${CLHEP_INCLUDE_DIRS})
20
21# List internal includes needed.
22
23#
24# Define the Geant4 Module.
25#
26include(Geant4MacroDefineModule)
27GEANT4_DEFINE_MODULE(NAME G4zlib
28    HEADERS
29        crc32.h
30        deflate.h
31        trees.h
32        zconf.h
33        zlib.h
34        zutil.h
35    SOURCES
36        adler32.cc
37        compress.cc
38        crc32.cc
39        deflate.cc
40        trees.cc
41        zutil.cc
42    GRANULAR_DEPENDENCIES
43    GLOBAL_DEPENDENCIES
44    LINK_LIBRARIES
45)
46
47# List any source specific properties here
48
Note: See TracBrowser for help on using the repository browser.