https://github.com/carla-simulator/carla
Raw File
Tip revision: 57e14ab86f4406240dcde7afa867e8e80e7661bb authored by kpit on 02 April 2020, 22:11:04 UTC
Tested per vehicle thread execution.
Tip revision: 57e14ab
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top