https://github.com/carla-simulator/carla
Revision 69cb31b857e4d010a03b9e7661fb669d1528c7d1 authored by Guillermo on 16 December 2021, 12:01:33 UTC, committed by Jacopo Bartiromo on 11 January 2022, 10:37:27 UTC
1 parent fc944bf
Raw File
Tip revision: 69cb31b857e4d010a03b9e7661fb669d1528c7d1 authored by Guillermo on 16 December 2021, 12:01:33 UTC
Changed simulate physics to be sync call
Tip revision: 69cb31b
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