https://github.com/carla-simulator/carla
Raw File
Tip revision: 162396c0baf8022ed61d430ef5daf123d00c0325 authored by Francesc Domene on 31 July 2019, 12:50:18 UTC
Merge branch 'master' into fdomf/docs
Tip revision: 162396c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top