https://github.com/carla-simulator/carla
Raw File
Tip revision: 2d294406b4eb7cde24cab750226b13e31e0dbbff authored by Francesc Domene on 08 August 2019, 13:26:05 UTC
Updated doc
Tip revision: 2d29440
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top