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

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

add_subdirectory("LibCarla/cmake")
back to top