https://github.com/carla-simulator/carla
Raw File
Tip revision: f89e672621625ec0c08fee839ca6d20ff4054963 authored by Jacopo Bartiromo on 27 May 2020, 16:13:59 UTC
WIP vehicle lights
Tip revision: f89e672
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top