https://github.com/carla-simulator/carla
Raw File
Tip revision: 465dc42b1205d423ec9a4f2964a4c8ec4eb582d8 authored by Francesc Domene on 02 August 2019, 14:41:11 UTC
Merge branch 'master' into fdomf/docs
Tip revision: 465dc42
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top