https://github.com/carla-simulator/carla
Raw File
Tip revision: b184ec652b1b8330ef4072c505caa88a165f95f2 authored by Aidan Clear on 12 March 2019, 14:58:11 UTC
Updating carla settings to allow user to disable rendering and set server tieout from the command line
Tip revision: b184ec6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top