Skip to content
Snippets Groups Projects
Commit 5dc04530 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: additional linkage libraries for AMD compiler (#1627)

parent a8686043
Branches
Tags
No related merge requests found
...@@ -26,6 +26,8 @@ EXE_INC = \ ...@@ -26,6 +26,8 @@ EXE_INC = \
EXE_LIBS = \ EXE_LIBS = \
${CGAL_LIBS} \ ${CGAL_LIBS} \
-lconformalVoronoiMesh \ -lconformalVoronoiMesh \
-lfileFormats \
-lsurfMesh \
-lmeshTools \ -lmeshTools \
-ldecompositionMethods \ -ldecompositionMethods \
-ldecompose \ -ldecompose \
......
...@@ -6,5 +6,6 @@ EXE_INC = \ ...@@ -6,5 +6,6 @@ EXE_INC = \
EXE_LIBS = \ EXE_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
-lfileFormats \
-lmeshTools \ -lmeshTools \
-llumpedPointMotion -llumpedPointMotion
...@@ -6,5 +6,6 @@ EXE_INC = \ ...@@ -6,5 +6,6 @@ EXE_INC = \
EXE_LIBS = \ EXE_LIBS = \
-lfiniteVolume \ -lfiniteVolume \
-lfileFormats \
-lmeshTools \ -lmeshTools \
-llumpedPointMotion -llumpedPointMotion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment