]> git.pld-linux.org Git - packages/Field3D.git/blob - Field3D-install.patch
- new
[packages/Field3D.git] / Field3D-install.patch
1 --- imageworks-Field3D-7b8b5d9/CMakeLists.txt.orig      2010-11-12 18:35:52.000000000 +0100
2 +++ imageworks-Field3D-7b8b5d9/CMakeLists.txt   2011-11-18 17:01:54.869318971 +0100
3 @@ -147,40 +147,17 @@
4    DESTINATION lib
5  )
6  
7 +FILE(GLOB Field3d_Includes  "${CMAKE_CURRENT_SOURCE_DIR}/export/*.h")
8  INSTALL ( FILES
9 -  export/StdMathLib.h
10 -  export/MACFieldIO.h
11 -  export/Types.h
12 -  export/FieldIO.h
13 -  export/PluginLoader.h
14 -  export/EmptyField.h
15 -  export/Exception.h
16 -  export/SpiMathLib.h
17 -  export/MACField.h
18 -  export/DenseField.h
19 -  export/DataTypeConversion.h
20 -  export/Hdf5Util.h
21 -  export/SparseField.h
22 -  export/FieldMapping.h
23 -  export/Log.h
24 -  export/Field3DFile.h
25 -  export/ClassFactory.h
26 -  export/RefCount.h
27 -  export/Field.h
28 -  export/FieldMappingIO.h
29 -  export/InitIO.h
30 -  export/ns.h
31 -  export/SparseFile.h
32 -  export/ProceduralField.h
33 -  export/FieldInterp.h
34 -  export/Documentation.h
35 -  export/SparseDataReader.h
36 -  export/SparseFieldIO.h
37 -  export/MACFieldUtil.h
38 -  export/DenseFieldIO.h
39 +  ${Field3d_Includes}
40    DESTINATION include/Field3D
41  )
42  
43 +INSTALL( PROGRAMS
44 +  "${CMAKE_CURRENT_BINARY_DIR}/f3dinfo"
45 +  DESTINATION bin
46 +)
47 +
48  INSTALL (DIRECTORY ${CMAKE_HOME_DIRECTORY}/docs
49    DESTINATION ${CMAKE_INSTALL_PREFIX}
50  )
This page took 0.065417 seconds and 3 git commands to generate.