https://github.com/carla-simulator/carla
Raw File
Tip revision: 8bc66bc41d29080c46d0eac2632dffc5cdb82215 authored by nsubiron on 04 June 2019, 16:41:12 UTC
Do not tick autopilot if not used
Tip revision: 8bc66bc
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top