https://github.com/carla-simulator/carla
Raw File
Tip revision: 910a250a58cb6265105fce4ae75fc0f222876ffc authored by MattRoweEAIF on 11 March 2024, 09:37:39 UTC
fixed opendrive refs
Tip revision: 910a250
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top