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

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

add_subdirectory("LibCarla/cmake")
back to top