https://github.com/carla-simulator/carla
Raw File
Tip revision: 4316ec40a2f358e99414ed78b69e8441f8123895 authored by bernatx on 11 January 2019, 13:05:16 UTC
Added methods to PythonAPI for managing some physics of an actor
Tip revision: 4316ec4
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top