https://github.com/carla-simulator/carla
Raw File
Tip revision: 981a79f3ea1fd0b824e72d70dcd7eb1eafed7198 authored by bernatx on 25 April 2019, 10:00:31 UTC
Updating API docs
Tip revision: 981a79f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top