https://github.com/carla-simulator/carla
Revision 32d9715ef85192dfa6538f764fd2222c8658d14b authored by nsubiron on 30 April 2019, 11:41:13 UTC, committed by nsubiron on 03 May 2019, 10:53:43 UTC
1 parent e52f6c7
Raw File
Tip revision: 32d9715ef85192dfa6538f764fd2222c8658d14b authored by nsubiron on 30 April 2019, 11:41:13 UTC
Upgrade to Unreal Engine 4.22 and clang 7
Tip revision: 32d9715
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