https://github.com/carla-simulator/carla
Raw File
Tip revision: eb690adfa4f467aed12e91152bb6a8e17279fb07 authored by Axel on 29 July 2021, 14:24:01 UTC
Fixed import for large maps
Tip revision: eb690ad
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top