https://github.com/carla-simulator/carla
Raw File
Tip revision: 3c1dcdc47b768a3d6fc92e81b454055b3f26102c authored by Manish on 01 March 2019, 11:51:34 UTC
first estimation of constant speed in manual control
Tip revision: 3c1dcdc
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top