[cantera]: adding a library to the examples makefile depends
This commit is contained in:
parent
f9f8879122
commit
bc259b91d0
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ cc_sources = examples.cpp kinetics_example1.cpp kinetics_example2.cpp \
|
|||
|
||||
LINK = -lkinetics -ltransport -lthermo -lctnumerics
|
||||
LINK += -lctbase -ltpx -lctmath -lconverters
|
||||
LINK += -luser
|
||||
# -lcvode -lctlapack -lctblas -lctf2c -lctcxx -luser -lstdc++
|
||||
LINK += -luser -lcvode -lstdc++
|
||||
# -lctlapack -lctblas -lctf2c -lctcxx -luser -lstdc++
|
||||
|
||||
LIBS = -L$(top_builddir)/build/lib/ $(LINK)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue