https://github.com/carla-simulator/carla
Raw File
Tip revision: a0abeba6a35effe1dd11d0f44ccc144f3cf5002c authored by Aidan Clear on 18 March 2019, 17:54:29 UTC
Updating map builder add road mark type lane to parent list and making Road InfoIterator use unique pointers
Tip revision: a0abeba
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