https://github.com/carla-simulator/carla
Raw File
Tip revision: e2574609f91f79875bd9152631d6faa077f5d44e authored by Ruben Abad on 05 June 2024, 10:29:36 UTC
doucmentation is pulled/pushed to "dev" branch
Tip revision: e257460
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top