https://github.com/carla-simulator/carla
Raw File
Tip revision: 56a51594150bbe8f64ecd89eddafc97766fa14b2 authored by bernat on 08 February 2019, 14:39:43 UTC
Merge branch 'master' into bernatx/Recorder
Tip revision: 56a5159
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top