https://github.com/carla-simulator/carla
Raw File
Tip revision: cb15565e3e848337c0142bd709db7ac1058f9d8f authored by MattRoweEAIF on 09 November 2023, 19:00:18 UTC
renamed readthedocs.yml
Tip revision: cb15565
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top