https://github.com/carla-simulator/carla
Raw File
Tip revision: 9a3fb64ed6e3d7a095c404d775de6e284cfd01b9 authored by Axel on 09 May 2022, 07:46:05 UTC
Added gbuffer serializer classes
Tip revision: 9a3fb64
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top