https://github.com/carla-simulator/carla
Raw File
Tip revision: 73acc895ad2d122abb4109abe2e6aa3d54acd860 authored by Axel on 15 June 2022, 12:47:48 UTC
Added sparse map reprsentation
Tip revision: 73acc89
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top