Revision 7a39d4f23dbce58a6b76716602ac71dd74660797 authored by Aaron on 13 October 2022, 08:11:45 UTC, committed by bernat on 13 October 2022, 11:17:58 UTC
1 parent 4e94922
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