Revision 3cdd5e28f0da7008055a5e803e805e50fb24510c authored by anrp on 28 March 2022, 14:16:36 UTC, committed by anrp on 23 January 2023, 21:18:02 UTC
1 parent 82d1dc1
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