https://github.com/carla-simulator/carla
Raw File
Tip revision: 7ad4313e7f1bb9652a21ae549e7dd59c7a67e770 authored by Axel on 06 October 2022, 14:50:09 UTC
Fixed Z spin in some situations
Tip revision: 7ad4313
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top