https://github.com/carla-simulator/carla
Raw File
Tip revision: 818781a707a54965ee42ac474454580c00f20e86 authored by bernat on 10 March 2021, 11:06:32 UTC
Removed old materials
Tip revision: 818781a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top