https://github.com/carla-simulator/carla
Raw File
Tip revision: e2dcc153816dabb75b1c654836981a1275a7b57f authored by bernat on 03 November 2020, 17:06:09 UTC
Added callbacks to manage client sessions
Tip revision: e2dcc15
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top