https://github.com/carla-simulator/carla
Raw File
Tip revision: e37cf8d20274215de9288b8d1a7ffb038db9b472 authored by nsubiron on 04 June 2019, 15:51:40 UTC
Add gamma value as attribute to RGB camera
Tip revision: e37cf8d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top