https://github.com/carla-simulator/carla
Raw File
Tip revision: 692ac258de64c074ff1073200dc27e782d73023b authored by bernatx on 13 April 2022, 06:14:37 UTC
Merge branch 'bernat/gpu_merge' into axel/gpu_merge
Tip revision: 692ac25
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top