https://github.com/carla-simulator/carla
Raw File
Tip revision: 4b3af3c47bc63626bf3c9518cc7f2f15f3c29746 authored by bernatx on 01 August 2019, 08:55:16 UTC
Better steering for manual control
Tip revision: 4b3af3c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top