https://github.com/carla-simulator/carla
Raw File
Tip revision: 1c3713459c5c824986a960de7817d5f68ef4bda8 authored by germanros1987 on 17 March 2019, 02:35:15 UTC
removing global router test for the time being
Tip revision: 1c37134
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top