https://github.com/carla-simulator/carla
Raw File
Tip revision: 434d0b13b6bced79e4d08b6006511941f18d77c1 authored by javiergrCS on 06 September 2023, 00:01:14 UTC
Small correction: removing blank space
Tip revision: 434d0b1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top