https://github.com/carla-simulator/carla
Raw File
Tip revision: 2dc4745d2217722ac4a0d5261322f14f8e4b1931 authored by Aaron on 31 July 2023, 06:51:51 UTC
Added Heightmap support to map gen
Tip revision: 2dc4745
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top