https://github.com/carla-simulator/carla
Raw File
Tip revision: d30f889497218f1402eaaaf651f2331baaa1e906 authored by Axel on 07 June 2021, 10:23:59 UTC
Added Tiles to the MapPath.txt file. Removed debug warnings.
Tip revision: d30f889
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top