https://github.com/carla-simulator/carla
Raw File
Tip revision: 9aa60acefec84aa4629ceb07b5970f8ab32e29e2 authored by Axel on 14 April 2022, 14:01:00 UTC
Readded pixel reader to retreive the gpu data
Tip revision: 9aa60ac
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top