https://github.com/carla-simulator/carla
Raw File
Tip revision: 068c6704b4780999c403a8bff46cd70e6040f6d4 authored by Efkan Duraklı on 21 February 2020, 17:28:55 UTC
Update epic_automotive_materials.md
Tip revision: 068c670
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top