https://github.com/carla-simulator/carla
Raw File
Tip revision: 80e24472143dfe0f5f35f1e54407c95d537724a4 authored by corkyw10 on 10 May 2021, 11:35:12 UTC
Updateed the OSM tutorial. Reworded and reformatted some of the Python API definitions to have a more consistent look
Tip revision: 80e2447
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top