https://github.com/carla-simulator/carla
Raw File
Tip revision: 10c5f6a482a21abfd00220c68c7f12b4110b7f63 authored by nsubiron on 17 June 2019, 12:36:18 UTC
Pass sensor data by r-value reference
Tip revision: 10c5f6a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top