https://github.com/carla-simulator/carla
Raw File
Tip revision: 0dde4e91d422ce3ccf251cb6ebe0a289d166bb76 authored by Daniel on 08 May 2019, 10:22:08 UTC
Updated log. Fixed map not being removed
Tip revision: 0dde4e9
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top