https://github.com/carla-simulator/carla
Raw File
Tip revision: 958daaab57e0d89fe1122553aab31acc5eaa42a9 authored by doterop on 19 April 2021, 08:24:13 UTC
Merge branch 'dev' into doterop/feature_vehicles_in_range
Tip revision: 958daaa
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top