https://github.com/carla-simulator/carla
Raw File
Tip revision: dc047f420f2628dc0f0c802749297e642d539455 authored by Francesc Domene on 30 July 2019, 10:03:19 UTC
Merge branch 'master' into fdomf/c++docs
Tip revision: dc047f4
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top