|
@@ -22,6 +22,15 @@ target_link_libraries( setupGravSphere "lemmacore" "fem4ellipticpde")
|
22
|
22
|
add_executable( ResampleWithDataset ResampleWithDataset.cpp )
|
23
|
23
|
target_link_libraries( ResampleWithDataset "lemmacore" "fem4ellipticpde")
|
24
|
24
|
|
|
25
|
+#add_executable( LinearMag_Sphere LinearMag/Sphere.cpp )
|
|
26
|
+#target_link_libraries( LinearMag_Sphere "lemmacore" "fem4ellipticpde" )
|
|
27
|
+add_subdirectory(LinearMag)
|
|
28
|
+install(DIRECTORY "LinearMag"
|
|
29
|
+ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/FEM4EllipticPDE/"
|
|
30
|
+ PATTERN "*.cpp" EXCLUDE
|
|
31
|
+ PATTERN "CMakeLists.txt" EXCLUDE
|
|
32
|
+)
|
|
33
|
+
|
25
|
34
|
#INSTALL_TARGETS( "${CMAKE_INSTALL_PREFIX}/share/FEM4EllipticPDE/"
|
26
|
35
|
INSTALL_TARGETS( "/share/FEM4EllipticPDE/"
|
27
|
36
|
FEM4EllipticPDE_bhmag FEM4EllipticPDE merge VTKDC VTKEdgeG VTKEdgeGsphere ResampleWithDataset
|