https://github.com/carla-simulator/carla
Raw File
Tip revision: 8ff71de900aff513e806960f51b4bab4c4d1c6f7 authored by Marcos on 29 October 2021, 15:08:06 UTC
Scene Capture Tone Curve Amount as true as default
Tip revision: 8ff71de
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top