https://github.com/carla-simulator/carla
Raw File
Tip revision: bfe09d5123cea50514906968435d8d0f7f48d148 authored by Francesc Domene on 07 August 2019, 14:03:07 UTC
Merge branch 'master' into fdomf/docs
Tip revision: bfe09d5
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top