https://github.com/carla-simulator/carla
Raw File
Tip revision: 068ad4e6f111a6a8cfa074b83641c49fb29a6d84 authored by fdomf on 14 August 2019, 18:22:39 UTC
Img links
Tip revision: 068ad4e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top