https://github.com/carla-simulator/carla
Raw File
Tip revision: c4da347923b882a683990ff0683bc990a8df01c1 authored by bernatx on 08 July 2019, 14:55:18 UTC
Fixing removing of dead pedestrians
Tip revision: c4da347
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top