https://github.com/carla-simulator/carla
Revision 12fd0178e5a36576d3d10c0dd782bb0cce39b70a authored by Manish on 24 February 2019, 18:47:35 UTC, committed by Manish on 24 February 2019, 18:47:35 UTC
1 parent 9ddafe8
Raw File
Tip revision: 12fd0178e5a36576d3d10c0dd782bb0cce39b70a authored by Manish on 24 February 2019, 18:47:35 UTC
Improved test, removed inertia tensor scale, fixed bindings and center of mass
Tip revision: 12fd017
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top