https://github.com/carla-simulator/carla
Raw File
Tip revision: c012b48e73e8ea9e90467d0eee537fe1999dd345 authored by Marc Garcia Puig on 01 March 2019, 00:04:14 UTC
Old GetLaneWidth now using new parsed lane width
Tip revision: c012b48
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top