https://github.com/carla-simulator/carla
Revision bd398acf284da8a4bded17493014e6ff45ac9267 authored by nsubiron on 18 January 2019, 15:46:51 UTC, committed by nsubiron on 26 January 2019, 13:31:35 UTC
1 parent 159206b
Raw File
Tip revision: bd398acf284da8a4bded17493014e6ff45ac9267 authored by nsubiron on 18 January 2019, 15:46:51 UTC
#1119 make sure streams are discarded when the sensor is destroyed
Tip revision: bd398ac
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