]> git.pld-linux.org Git - packages/Field3D.git/blame - Field3D-install.patch
- release 2
[packages/Field3D.git] / Field3D-install.patch
CommitLineData
db37bf04
JB
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
319248c3
JB
3@@ -144,43 +144,20 @@
4
5 INSTALL ( TARGETS
6 Field3D
7- DESTINATION lib
8+ DESTINATION lib${LIB_SUFFIX}
db37bf04
JB
9 )
10
11+FILE(GLOB Field3d_Includes "${CMAKE_CURRENT_SOURCE_DIR}/export/*.h")
12 INSTALL ( FILES
13- export/StdMathLib.h
14- export/MACFieldIO.h
15- export/Types.h
16- export/FieldIO.h
17- export/PluginLoader.h
18- export/EmptyField.h
19- export/Exception.h
20- export/SpiMathLib.h
21- export/MACField.h
22- export/DenseField.h
23- export/DataTypeConversion.h
24- export/Hdf5Util.h
25- export/SparseField.h
26- export/FieldMapping.h
27- export/Log.h
28- export/Field3DFile.h
29- export/ClassFactory.h
30- export/RefCount.h
31- export/Field.h
32- export/FieldMappingIO.h
33- export/InitIO.h
34- export/ns.h
35- export/SparseFile.h
36- export/ProceduralField.h
37- export/FieldInterp.h
38- export/Documentation.h
39- export/SparseDataReader.h
40- export/SparseFieldIO.h
41- export/MACFieldUtil.h
42- export/DenseFieldIO.h
43+ ${Field3d_Includes}
44 DESTINATION include/Field3D
45 )
46
47+INSTALL( PROGRAMS
48+ "${CMAKE_CURRENT_BINARY_DIR}/f3dinfo"
49+ DESTINATION bin
50+)
51+
52 INSTALL (DIRECTORY ${CMAKE_HOME_DIRECTORY}/docs
53 DESTINATION ${CMAKE_INSTALL_PREFIX}
54 )
This page took 0.12415 seconds and 4 git commands to generate.