https://github.com/carla-simulator/carla
Raw File
Tip revision: cead6d1b05e89ad84df80984f62daba57bb50e55 authored by MattRoweEAIF on 11 March 2024, 09:45:00 UTC
fixed opendrive refs (#7230)
Tip revision: cead6d1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top