https://github.com/carla-simulator/carla
Raw File
Tip revision: 4a5218254949fcb2b89dfa2cf5867f119ff72530 authored by bernatx on 02 July 2019, 14:06:54 UTC
Added documentation in API tutorials
Tip revision: 4a52182
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top