https://github.com/carla-simulator/carla
Raw File
Tip revision: 270c69574095608c294781493b198ef340af1ab9 authored by bernatx on 24 April 2019, 10:49:46 UTC
Updated CHANGELOG
Tip revision: 270c695
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top