https://github.com/carla-simulator/carla
Raw File
Tip revision: e5709f78e29cc2460af251dc458cdd6839f63098 authored by marionzki on 26 May 2023, 12:20:50 UTC
Set min and max manual
Tip revision: e5709f7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top