https://github.com/carla-simulator/carla
Raw File
Tip revision: 6c7f9d2035c9f1de123607affe1702a7864f0676 authored by bernatx on 17 May 2023, 17:29:21 UTC
including Town13 as AdditionalMaps map
Tip revision: 6c7f9d2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top