Revision 4dd37c527805c79530423f98bc6021d1b3474d5e authored by Aaron on 12 December 2023, 07:52:11 UTC, committed by Aaron on 12 December 2023, 07:52:11 UTC
2 parent s ee06080 + 48fa35f
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