https://github.com/carla-simulator/carla
Revision 0a9f67c6c32c916588dffc60449ca83516c643a8 authored by Jacopo Bartiromo on 28 January 2022, 13:52:45 UTC, committed by Jacopo Bartiromo on 03 February 2022, 19:29:49 UTC
1 parent 207ac8c
Raw File
Tip revision: 0a9f67c6c32c916588dffc60449ca83516c643a8 authored by Jacopo Bartiromo on 28 January 2022, 13:52:45 UTC
Support for N Wheeled vehicles
Tip revision: 0a9f67c
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