Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
2a1a93b9
Commit
2a1a93b9
authored
Apr 12, 2019
by
GILLES Sebastien
Browse files
#1407
Fix two CMakeLists that were not working for shared libraries.
parent
9ccffa8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Sources/CMakeLists.txt
View file @
2a1a93b9
...
...
@@ -35,7 +35,7 @@ else()
target_link_libraries
(
MoReFEM_model MoReFEM_formulation_solver
)
endif
()
target_link_libraries
(
MoReFEM_post_processing
target_link_libraries
(
${
MOREFEM_POST_PROCESSING
}
${
ALL_LOAD_BEGIN_FLAG
}
${
MOREFEM_MODEL
}
${
ALL_LOAD_END_FLAG
}
)
...
...
Sources/Test/Geometry/DomainListInCoords/CMakeLists.txt
View file @
2a1a93b9
...
...
@@ -7,10 +7,7 @@ add_executable(MoReFEMTestDomainListInCoords
)
target_link_libraries
(
MoReFEMTestDomainListInCoords
${
ALL_LOAD_BEGIN_FLAG
}
${
MOREFEM_MODEL
}
${
ALL_LOAD_END_FLAG
}
MoReFEM_test_tools
${
MOREFEM_TEST_TOOLS
}
)
add_test
(
DomainListInCoords
...
...
Sources/Test/Geometry/EnsightMeditMesh/CMakeLists.txt
View file @
2a1a93b9
...
...
@@ -3,9 +3,6 @@ add_executable(MoReFEMTestEnsightMeditMesh
)
target_link_libraries
(
MoReFEMTestEnsightMeditMesh
${
ALL_LOAD_BEGIN_FLAG
}
${
MOREFEM_GEOMETRY
}
${
ALL_LOAD_END_FLAG
}
MoReFEM_test_tools
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment