https://github.com/carla-simulator/carla
Raw File
Tip revision: 433f48c916abaf640c1eed21a31af202d15ce8de authored by Francesc Domene on 01 August 2019, 11:06:24 UTC
Merge branch 'master' into fdomf/docs
Tip revision: 433f48c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top