https://github.com/carla-simulator/carla
Raw File
Tip revision: 7a2b283471ede4b59e39c67f9abb6465fb28e424 authored by Marc Garcia Puig on 11 July 2019, 13:53:53 UTC
Added Lines and Points render on shipping package
Tip revision: 7a2b283
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top