https://github.com/carla-simulator/carla
Raw File
Tip revision: 3df623c6f81d2c60924c06efb23b2ad9260d6976 authored by doterop on 17 February 2020, 18:55:29 UTC
Fixed map change and TM remote detached thread destruction
Tip revision: 3df623c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top