https://github.com/carla-simulator/carla
Raw File
Tip revision: ab7e31784ef5d0922c58affd547dcf658a392010 authored by Aaron on 24 October 2022, 14:16:04 UTC
Add Textures
Tip revision: ab7e317
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top