https://github.com/carla-simulator/carla
Raw File
Tip revision: dccd30dd89ab1a9284e9414cabdcabf10b95f455 authored by Praveen Palanisamy on 29 April 2019, 06:21:15 UTC
Replaced relative paths to images with Github URI'
Tip revision: dccd30d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top