https://github.com/carla-simulator/carla
Raw File
Tip revision: 38169d6faf3a591cb903e0cd546f43ad6fdf41cb authored by doterop on 14 December 2020, 15:50:07 UTC
Fixed camera destroy on map change
Tip revision: 38169d6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top