https://github.com/carla-simulator/carla
Raw File
Tip revision: 91220da384ff696596507ed3720e5ebd27c37cac authored by Axel on 17 January 2022, 10:09:36 UTC
Corrected ambien occlusion parameter for sensors.
Tip revision: 91220da
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top