https://github.com/carla-simulator/carla
Revision b3e2f2261d88282adffe1a0244346922d1e6967e authored by marcgpuig on 10 December 2018, 14:25:43 UTC, committed by marcgpuig on 10 December 2018, 14:25:43 UTC
1 parent c0e874c
Raw File
Tip revision: b3e2f2261d88282adffe1a0244346922d1e6967e authored by marcgpuig on 10 December 2018, 14:25:43 UTC
Added a description on Unreal's interface
Tip revision: b3e2f22
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