https://github.com/carla-simulator/carla
Raw File
Tip revision: cc8537fefeee46f675aba14361bde6ee9b47a6cd authored by Daniel Santos-Olivan on 30 September 2020, 11:11:54 UTC
Added EnableGravity and better SetSimulatePhysics
Tip revision: cc8537f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top