https://github.com/carla-simulator/carla
Raw File
Tip revision: 670307a3dfb27bc7d8582038b2f34d5867057196 authored by Aidan Clear on 22 March 2019, 11:39:18 UTC
Merge branch 'master' into bernatx/Recorder
Tip revision: 670307a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top