https://github.com/carla-simulator/carla
Raw File
Tip revision: 356653c91808e9257ee79e821879acbfa4d34189 authored by Xavi on 24 July 2019, 09:20:19 UTC
Change default pedestrian speed
Tip revision: 356653c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top