https://github.com/carla-simulator/carla
Raw File
Tip revision: e6000012eba96d71e6aa77c8658912c897208ad5 authored by Daniel Santos-Olivan on 27 April 2021, 10:25:29 UTC
Updated benchmark
Tip revision: e600001
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top