https://github.com/carla-simulator/carla
Revision a9819fa28977ce3097cb388998cb2c9fc7cdb15c authored by Guillermo on 21 April 2023, 10:58:13 UTC, committed by bernat on 24 April 2023, 09:35:12 UTC
1 parent 355c47f
Raw File
Tip revision: a9819fa28977ce3097cb388998cb2c9fc7cdb15c authored by Guillermo on 21 April 2023, 10:58:13 UTC
Added filter check to examples
Tip revision: a9819fa
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