Select Git revision
make_and_test.sh
-
Stéphane Del Pino authored
subrepo: subdir: "packages/CLI11" merged: "b440890ea" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "b440890ea" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
Stéphane Del Pino authoredsubrepo: subdir: "packages/CLI11" merged: "b440890ea" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "b440890ea" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
CMakeLists.txt 273 B
# ------------------- Source files --------------------
add_library(
PugsAlgebra
EigenvalueSolver.cpp
LinearSolver.cpp
LinearSolverOptions.cpp
PETScUtils.cpp)
target_link_libraries(
PugsAlgebra
${PETSC_LIBRARIES}
${SLEPC_LIBRARIES}
${HIGHFIVE_TARGET}
)