https://github.com/carla-simulator/carla
Raw File
Tip revision: 0e8ca5064b8040848d5afae5c4d2bdd377bf3f44 authored by Néstor Subirón on 30 January 2019, 13:40:21 UTC
Merge branch 'master' into tl_api
Tip revision: 0e8ca50
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top