https://github.com/carla-simulator/carla
Raw File
Tip revision: 5a31efe29878e13d10751fc159998c552ecdaa87 authored by Daniel Novillo Villarejo on 28 January 2019, 16:55:48 UTC
Obstacle detector for vehicles or everything
Tip revision: 5a31efe
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top