https://github.com/carla-simulator/carla
Raw File
Tip revision: 10ea15d859fd6f1a8591fc079a1554fd6555a017 authored by nsubiron on 27 February 2019, 18:29:13 UTC
Update content link
Tip revision: 10ea15d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top