https://github.com/carla-simulator/carla
Raw File
Tip revision: 77fd5300b533d2720bbde5b40c6afc7dd15523bf authored by Roel Algaba Brizuela on 22 March 2021, 15:21:38 UTC
Updated gamemode to enable static meshes overlap events
Tip revision: 77fd530
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