Revision f427c7c02e56eb1c75e2afc3127ab632a847d33c authored by MattRoweEAIF on 03 March 2023, 15:32:51 UTC, committed by bernat on 14 March 2023, 09:34:33 UTC
1 parent 3ea23d6
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