https://github.com/carla-simulator/carla
Raw File
Tip revision: 78a996556ce428d85808f1d69e37a5596dee8324 authored by MattRowe18 on 09 February 2023, 12:25:46 UTC
added amarillo map link
Tip revision: 78a9965
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top