https://github.com/carla-simulator/carla
Raw File
Tip revision: fbc29164f01e5d6929e2995ea9c15d7c94193026 authored by Axel on 17 October 2022, 14:04:43 UTC
Fixed tiles not being searched correctly, fixed probable race condition
Tip revision: fbc2916
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top