https://github.com/carla-simulator/carla
Raw File
Tip revision: c7f62cd732d3e7043cb22fd2c29c335a210620b2 authored by bernatx on 14 June 2019, 11:10:07 UTC
Fixing the end of replayer when actors continue in autopilot enabled
Tip revision: c7f62cd
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top