https://github.com/carla-simulator/carla
Raw File
Tip revision: 5de42728128fc6cf1a122b1bbd14c2bb075ced00 authored by berndgassmann on 03 November 2020, 08:16:21 UTC
Merge branch 'dev' into python_find_carla_egg
Tip revision: 5de4272
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top