https://github.com/carla-simulator/carla
Raw File
Tip revision: f88a35c52d60a290609a48140c33505f49bcef68 authored by xmyqsh on 08 June 2019, 02:05:04 UTC
update python __str__ wrapper
Tip revision: f88a35c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top