https://github.com/carla-simulator/carla
Raw File
Tip revision: 818b7719556656b2ebbc5f195ea1d5f2f894c091 authored by Roel Algaba Brizuela on 11 June 2021, 12:36:02 UTC
Updated markings bug fix
Tip revision: 818b771
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top