https://github.com/carla-simulator/carla
Revision 8febd6673948f329e75063f6690660a068260756 authored by nsubiron on 21 May 2019, 13:13:32 UTC, committed by nsubiron on 13 June 2019, 10:30:53 UTC
1 parent 8bc66bc
Raw File
Tip revision: 8febd6673948f329e75063f6690660a068260756 authored by nsubiron on 21 May 2019, 13:13:32 UTC
Find XODR files anywhere in content
Tip revision: 8febd66
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