https://github.com/carla-simulator/carla
Raw File
Tip revision: 45d0ec8c890128581e5bfc3cf368869c05196f9c authored by bernatx on 23 May 2023, 18:35:54 UTC
jenkinsfile
Tip revision: 45d0ec8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top