https://github.com/carla-simulator/carla
Raw File
Tip revision: 4541aa656bd0df3ee73471dc950fa96dea0af7c4 authored by Marcel Pi on 23 February 2023, 14:52:44 UTC
Add missing change.
Tip revision: 4541aa6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top