https://github.com/carla-simulator/carla
Raw File
Tip revision: de24d188dca4b11b4fc4bc2b8c9e418d265edeb9 authored by Marcel Pi on 02 January 2023, 13:08:26 UTC
Add initial fix for the empty gbuffer crashes.
Tip revision: de24d18
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top