https://github.com/carla-simulator/carla
Raw File
Tip revision: 50e00d1169d846144a9c7cc460951d22f9d0ed53 authored by MattRowe18 on 14 April 2022, 10:03:14 UTC
added bounding boxes to tutorials
Tip revision: 50e00d1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top