https://github.com/carla-simulator/carla
Raw File
Tip revision: 77fd5300b533d2720bbde5b40c6afc7dd15523bf authored by Roel Algaba Brizuela on 22 March 2021, 15:21:38 UTC
Updated gamemode to enable static meshes overlap events
Tip revision: 77fd530
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top