https://github.com/carla-simulator/carla
Raw File
Tip revision: 1f931cf6b79db8c4189ff09d291742739f49c9b4 authored by Jacopo Bartiromo on 28 January 2022, 11:02:16 UTC
WIP Fixes lane changes
Tip revision: 1f931cf
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top