https://github.com/carla-simulator/carla
Raw File
Tip revision: d2645ee24f70e1cc13919a921bee44472a496cd2 authored by Praveen Palanisamy on 04 February 2019, 18:29:03 UTC
Fixes #1217 to prevent crashes when run in no-rendering mode
Tip revision: d2645ee
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top