Revision 9a2aa57db721a8abe36d5e25167df4820c84c7f5 authored by Guillermo on 12 April 2023, 12:54:27 UTC, committed by bernat on 13 April 2023, 11:05:27 UTC
1 parent 9ac5a11
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