https://github.com/carla-simulator/carla
Raw File
Tip revision: 27c472fce6480a31a0edc40f507b87a2cd369324 authored by Manish on 28 February 2019, 13:14:50 UTC
Improved stop signs and fixed pylint messages
Tip revision: 27c472f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top