https://github.com/carla-simulator/carla
Raw File
Tip revision: 83c9c444b6913be5cd94ee4df1e8a827576e279e authored by dotero on 30 January 2020, 14:58:52 UTC
Fixed change map error
Tip revision: 83c9c44
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top