Skip to content

Commit 57703d2

Browse files
committed
make: fix archive_cpp rules
1 parent 9ae9d2e commit 57703d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefiles/Makefile.cpp.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ else
248248
endif
249249
endef
250250

251-
CPP_SAMPLES := algorithms graph glop constraint_solver linear_solver math_opt model_builder pdlp routing sat set_cover
251+
CPP_SAMPLES := algorithms graph graph_base glop constraint_solver linear_solver math_opt model_builder pdlp routing sat set_cover
252252
$(foreach sample,$(CPP_SAMPLES),$(eval $(call cpp-sample-target,$(sample))))
253253

254254
# Examples

0 commit comments

Comments
 (0)