https://github.com/carla-simulator/carla
Raw File
Tip revision: 4999b3b850a17444e5af8e113bd950de0e8b61f9 authored by bernat on 20 July 2021, 16:14:55 UTC
Update Jenkinsfile to archive the wheel files for Python
Tip revision: 4999b3b
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top