We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9eda7 commit 5f72c18Copy full SHA for 5f72c18
src/CMakeLists.txt
@@ -56,6 +56,7 @@ set(SRC
56
stdlib_specialfunctions.f90
57
stdlib_specialfunctions_legendre.f90
58
stdlib_quadrature_gauss.f90
59
+ stdlib_stringlist.f90
60
${outFiles}
61
)
62
src/Makefile.manual
@@ -40,6 +40,7 @@ SRC = f18estop.f90 \
40
stdlib_logger.f90 \
41
stdlib_quadrature_gauss.f90 \
42
stdlib_strings.f90 \
43
44
$(SRCGEN)
45
46
LIB = libstdlib.a
@@ -155,3 +156,6 @@ stdlib_math_linspace.o: \
155
156
stdlib_math_logspace.o: \
157
stdlib_math_linspace.o
158
stdlib_linalg_outer_product.o: stdlib_linalg.o
159
+stdlib_stringlist.o: stdlib_stringtype.o \
160
+ stdlib_math.o \
161
+ stdlib_optval.o
0 commit comments