https://github.com/carla-simulator/carla
Revision 8bc66bc41d29080c46d0eac2632dffc5cdb82215 authored by nsubiron on 04 June 2019, 16:41:12 UTC, committed by nsubiron on 13 June 2019, 10:26:01 UTC
1 parent 86e5e36
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