https://github.com/carla-simulator/carla
Raw File
Tip revision: a6ad4e196fa45dc24bcca319b4438d3eb7dce14c authored by xavisolesoft on 20 December 2023, 17:46:16 UTC
Update build doc to Python 3.8
Tip revision: a6ad4e1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top