https://github.com/carla-simulator/carla
Raw File
Tip revision: 0b87cd80c1a6669022d89fd9fb2ee883f6321888 authored by Francesc Domene on 04 July 2019, 16:36:06 UTC
Fixed nightly build button
Tip revision: 0b87cd8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top