Revision b7ce0d12dfdf1b3754c1187efb6c09fcd551fe82 authored by bernatx on 28 November 2022, 10:11:47 UTC, committed by bernat on 29 November 2022, 10:25:26 UTC
1 parent 028df0c
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top