https://github.com/carla-simulator/carla
Raw File
Tip revision: 35c9507ebc2d038aa18ff517e40ec9b3f0346a8b authored by Manish on 28 January 2019, 19:21:52 UTC
Improved framerate when scaling map, still work in progress for hero mode scaling
Tip revision: 35c9507
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top