https://github.com/carla-simulator/carla
Raw File
Tip revision: 550e2ff1e4a873c157aaa374e7cad1033225c744 authored by XGodina on 12 December 2018, 10:07:47 UTC
Documentation on how to create a new map
Tip revision: 550e2ff
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top