Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
cortes_c
src
Commits
76555b90
Commit
76555b90
authored
Feb 19, 2015
by
Achim Gsell
Browse files
src/CMakeLists.txt: added to 'target_link_libraries'
parent
0706e0ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
76555b90
...
...
@@ -107,7 +107,7 @@ add_library( OPALib ${OPAL_SRCS} opal.cpp )
set_target_properties
(
OPALib PROPERTIES OUTPUT_NAME OPAL
)
add_executable
(
opal Main.cpp
)
target_link_libraries
(
opal OPALib CLASSIC
${
OPAL_LIBS
}
${
Trilinos_LIBRARIES
}
${
Trilinos_TPL_LIBRARIES
}
${
CCSE_LIBRARIES
}
${
OTHER_CMAKE_EXE_LINKER_FLAGS
}
-lgfortran
)
target_link_libraries
(
opal OPALib CLASSIC
${
OPAL_LIBS
}
${
Trilinos_LIBRARIES
}
${
Trilinos_TPL_LIBRARIES
}
${
CCSE_LIBRARIES
}
${
OTHER_CMAKE_EXE_LINKER_FLAGS
}
-lgfortran
${
CMAKE_DL_LIBS
}
)
# build unit tests; unit tests are defined in unit_tests directory, we build the
# executable here so that we can use the OPAL src and lib definitions
...
...
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