https://github.com/carla-simulator/carla
Raw File
Tip revision: 35c9507ebc2d038aa18ff517e40ec9b3f0346a8b authored by Manish on 28 January 2019, 19:21:52 UTC
Improved framerate when scaling map, still work in progress for hero mode scaling
Tip revision: 35c9507
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