From 6cfea680442c36cfc8d216333fe04c76c3703214 Mon Sep 17 00:00:00 2001 From: bernatx Date: Mon, 17 Jun 2019 18:24:47 +0200 Subject: [PATCH] Fix Jenkins example compilation (CppClient) --- Examples/CppClient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/CppClient/Makefile b/Examples/CppClient/Makefile index efa726a48..5230175d9 100644 --- a/Examples/CppClient/Makefile +++ b/Examples/CppClient/Makefile @@ -30,7 +30,7 @@ $(BINDIR)/cpp_client: build_libcarla @$(CXX) $(CXXFLAGS) -I$(INSTALLDIR)/include -isystem $(INSTALLDIR)/include/system -L$(INSTALLDIR)/lib \ -o $(BINDIR)/cpp_client main.cpp \ -Wl,-Bstatic -lcarla_client -lrpc -lboost_filesystem -Wl,-Bdynamic \ - -lpng -ltiff -ljpeg + -lpng -ltiff -ljpeg -lRecast -lDetour -lDetourCrowd build_libcarla: $(TOOLCHAIN) @cd $(CARLADIR); make setup