https://github.com/carla-simulator/carla
Raw File
Tip revision: dcb396be31fc7741df5be4f8ccfaf24c37a15363 authored by bernatx on 17 April 2023, 10:51:04 UTC
adding ObstacleDetector and some fixes
Tip revision: dcb396b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top