https://github.com/carla-simulator/carla
Raw File
Tip revision: a7127d46c9d7d9b76591ab81b9e6631c2abd977c authored by nsubiron on 11 December 2018, 15:31:31 UTC
Allow changing gears from manual_control.py
Tip revision: a7127d4
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top