Skip to content
Snippets Groups Projects
Commit 4cd81454 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent 0a6148f6
Branches
Tags
No related merge requests found
...@@ -4,3 +4,7 @@ ...@@ -4,3 +4,7 @@
add_executable(boris EXCLUDE_FROM_ALL contrib/arc/boris.cpp ${GMSH_SRC}) add_executable(boris EXCLUDE_FROM_ALL contrib/arc/boris.cpp ${GMSH_SRC})
target_link_libraries(boris ${EXTERNAL_LIBRARIES} ${LAPACK_LIBRARIES}) target_link_libraries(boris ${EXTERNAL_LIBRARIES} ${LAPACK_LIBRARIES})
# tests pour eric et christophe
add_executable(elastic EXCLUDE_FROM_ALL contrib/arc/mainElasticity.cpp ${GMSH_SRC})
target_link_libraries(elastic ${EXTERNAL_LIBRARIES} ${LAPACK_LIBRARIES})
#include <gmsh/Gmsh.h> #include "Gmsh.h"
#include <gmsh/elasticitySolver.h> #include "elasticitySolver.h"
#include <gmsh/PView.h> #include "PView.h"
#include <gmsh/PViewData.h> #include "PViewData.h"
int main (int argc, char* argv[]){ int main (int argc, char* argv[]){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment