https://github.com/carla-simulator/carla
Raw File
Tip revision: 2f2c960f5a5d9bd6d4a8f3671e5c49609ff3ca96 authored by Praveen Kumar on 17 December 2018, 13:43:35 UTC
Merge branch 'global_routing' of https://github.com/pravinblaze/carla into global_routing
Tip revision: 2f2c960
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top