https://github.com/carla-simulator/carla
Raw File
Tip revision: b23c01ae4a3bd3ec1501084db10f889d424cfadf authored by Tommaso on 05 July 2024, 12:53:30 UTC
Fix Typo
Tip revision: b23c01a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top