https://github.com/carla-simulator/carla
Raw File
Tip revision: 869bc319e3de30725a53d547e8ef6796949b09b9 authored by Axel on 30 November 2021, 13:54:12 UTC
Added trigger box to control drag properties of vehicles.
Tip revision: 869bc31
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top