https://github.com/carla-simulator/carla
Raw File
Tip revision: 008ad241a2d21efc028a75116bc0d2bba58d7c59 authored by Francesc Domene on 30 July 2019, 07:26:36 UTC
Merge branch 'master' into fdomf/c++docs
Tip revision: 008ad24
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top