123456789101112131415161718192021222324252627282930313233343536373839 |
- add_executable( FEM4EllipticPDE_bhmag FEM4EllipticPDE_bhmag.cpp )
- target_link_libraries( FEM4EllipticPDE_bhmag "lemmacore" "fem4ellipticpde")
-
- add_executable( FEM4EllipticPDE FEM4EllipticPDE.cpp )
- target_link_libraries( FEM4EllipticPDE "lemmacore" "fem4ellipticpde")
-
- add_executable( merge merge.cpp )
- target_link_libraries( merge "lemmacore" "fem4ellipticpde")
-
- add_executable( VTKDC VTKDC.cpp )
- target_link_libraries( VTKDC "lemmacore" "fem4ellipticpde")
-
- add_executable( VTKEdgeG VTKEdgeG.cpp )
- target_link_libraries( VTKEdgeG "lemmacore" "fem4ellipticpde")
-
- add_executable( VTKEdgeGsphere VTKEdgeGsphere.cpp )
- target_link_libraries( VTKEdgeGsphere "lemmacore" "fem4ellipticpde")
-
- add_executable( VTKGsphere VTKGsphere.cpp )
- target_link_libraries( VTKGsphere "lemmacore" "fem4ellipticpde")
-
- add_executable( ResampleWithDataset ResampleWithDataset.cpp )
- target_link_libraries( ResampleWithDataset "lemmacore" "fem4ellipticpde")
-
- #INSTALL_TARGETS( "${CMAKE_INSTALL_PREFIX}/share/FEM4EllipticPDE/"
- INSTALL_TARGETS( "/share/FEM4EllipticPDE/"
- FEM4EllipticPDE_bhmag FEM4EllipticPDE merge VTKDC VTKEdgeG VTKGsphere VTKEdgeGsphere ResampleWithDataset
- )
-
- install( DIRECTORY "borehole"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/FEM4EllipticPDE/"
- PATTERN .svn EXCLUDE
- )
-
- install( DIRECTORY "DC"
- DESTINATION "${CMAKE_INSTALL_PREFIX}/share/FEM4EllipticPDE/"
- PATTERN .svn EXCLUDE
- )
|