https://github.com/carla-simulator/carla
Raw File
Tip revision: 049a00d41750cf51be765db1e7638304fd54190e authored by xavisolesoft on 21 December 2023, 19:45:54 UTC
Change documentation to Python 3.7 as is the version used in the carla 0.9.15 Release.
Tip revision: 049a00d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top