https://github.com/carla-simulator/carla
Raw File
Tip revision: 5c8abf7f7945a3b4f970c5be61054e13719827f8 authored by Aidan Clear on 18 June 2019, 10:45:25 UTC
Merge branch 'master' into add-texture-streaming
Tip revision: 5c8abf7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top