https://github.com/carla-simulator/carla
Revision 1855d34c5698839b3598e15a2e21afeb157cb44f authored by doterop on 09 September 2020, 13:47:03 UTC, committed by Marc Garcia Puig on 10 September 2020, 13:48:22 UTC
1 parent af0d926
Raw File
Tip revision: 1855d34c5698839b3598e15a2e21afeb157cb44f authored by doterop on 09 September 2020, 13:47:03 UTC
GM::GetAllBBsOfLevel now returns the array of BBs
Tip revision: 1855d34
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top