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.
2 parents ff268a0 + c9d3458 commit 80e820eCopy full SHA for 80e820e
Makefile
@@ -87,6 +87,7 @@ endif
87
LIBS := $(DEP_DIR)protobuf/src/.libs/libprotobuf.a \
88
$(DEP_DIR)gipfeli/libgipfeli.a \
89
$(ABSL_GROUP_LIBS) \
90
+ $(DEP_DIR)core-math/libcore-math.a \
91
$(DEP_DIR)zfp/build/lib/libzfp.a \
92
$(DEP_DIR)glog/.libs/libglog.a -lpthread -lc++ -lc++abi
93
TEST_INCLUDES := \
@@ -96,6 +97,7 @@ INCLUDES := -I. -I$(DEP_DIR)glog/src \
96
97
-I$(DEP_DIR)protobuf/src \
98
-I$(DEP_DIR)gipfeli/include \
99
-I$(DEP_DIR)abseil-cpp \
100
+ -I$(DEP_DIR)core-math/include \
101
-I$(DEP_DIR)zfp/include \
102
-I$(DEP_DIR)config/include \
103
-I$(DEP_DIR)multiprecision/include
0 commit comments