https://github.com/carla-simulator/carla
Revision ff1322abb6df324b21025bd39c1dc5230682c047 authored by nsubiron on 29 March 2019, 15:26:04 UTC, committed by nsubiron on 29 March 2019, 15:26:04 UTC
1 parent db29652
Raw File
Tip revision: ff1322abb6df324b21025bd39c1dc5230682c047 authored by nsubiron on 29 March 2019, 15:26:04 UTC
Fix ObstacleDetectionEvent
Tip revision: ff1322a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top