Revision df9c6d20afd8bc282d2158d0983323537d4dbfd4 authored by Hita Barasm Mamagani on 15 October 2021, 17:26:54 UTC, committed by bernat on 18 October 2021, 07:24:39 UTC
1 parent 9b0751b
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