https://github.com/carla-simulator/carla
Raw File
Tip revision: bc911b498d26e744dc9b5b2fcc64fa51d2ed2aff authored by Jacopo Bartiromo on 25 January 2022, 14:48:52 UTC
Changes to implement N wheeled vehicles.
Tip revision: bc911b4
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top