https://github.com/carla-simulator/carla
Raw File
Tip revision: 37e2c951e67976ba69de90dcbf3c441841ecc445 authored by germanros1987 on 14 March 2019, 06:37:52 UTC
removed test_global_route_planner.py
Tip revision: 37e2c95
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top