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
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top