https://github.com/carla-simulator/carla
Raw File
Tip revision: 534143b55de89fa86f5ac8d4af7b3273c8634570 authored by Aidan Clear on 14 March 2019, 19:18:04 UTC
Adding/updating classes for lane records and added functions to map builder for creating these classes from the parser
Tip revision: 534143b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top