https://github.com/carla-simulator/carla
Raw File
Tip revision: 67d62abe054269e4358ab7006333d2f91ad26557 authored by bernatx on 02 June 2022, 09:19:56 UTC
Tick returns new frame, and avoiding to use IsReady()
Tip revision: 67d62ab
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top