https://github.com/carla-simulator/carla
Raw File
Tip revision: ca75e3e3c1d715d2852b21b3cadd32a203499162 authored by Manish on 06 September 2019, 11:06:49 UTC
Added Import folder
Tip revision: ca75e3e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top