https://github.com/carla-simulator/carla
Raw File
Tip revision: 71de66f0fdbb3c5215a8bd88bd56bb9b1369d853 authored by Axel on 10 March 2022, 13:30:10 UTC
Improved spring strength settings for infividual branches. Enabled better debugging.
Tip revision: 71de66f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top