https://github.com/carla-simulator/carla
Raw File
Tip revision: 4e8773f89eb45befb2dbc4c4c00af3d3c8c9e23d authored by Aidan Clear on 30 April 2019, 09:39:54 UTC
Merge branch 'master' into improve_scene_capture
Tip revision: 4e8773f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top