Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
alkino authored and alexsavulescu committed Aug 21, 2023
1 parent cba4b26 commit 12aa1ed
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions src/sparse13/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
add_library(
sparse13 STATIC
spalloc.cpp
spbuild.cpp
spfactor.cpp
spoutput.cpp
spsolve.cpp
sputils.cpp
cspalloc.cpp
cspbuild.cpp
cspfactor.cpp
cspoutput.cpp
cspsolve.cpp
csputils.cpp
)
sparse13 STATIC
spalloc.cpp
spbuild.cpp
spfactor.cpp
spoutput.cpp
spsolve.cpp
sputils.cpp
cspalloc.cpp
cspbuild.cpp
cspfactor.cpp
cspoutput.cpp
cspsolve.cpp
csputils.cpp)
set_property(TARGET sparse13 PROPERTY POSITION_INDEPENDENT_CODE ON)

0 comments on commit 12aa1ed

Please sign in to comment.