https://github.com/carla-simulator/carla
Raw File
Tip revision: 318c7f13fecccb3d96277a097b6745542aff3776 authored by manishthani on 23 April 2019, 11:05:31 UTC
Merge branch 'master' into manishthani/physics_layer_friction
Tip revision: 318c7f1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top