https://github.com/carla-simulator/carla
Raw File
Tip revision: 2c42781a8afc982d2bc02e78ff27e36da159d1ad authored by bernat on 31 July 2020, 21:07:34 UTC
Change to 0.9.10 version
Tip revision: 2c42781
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top