Revision 9830bca05bf9587d16acfbd15b5fa1956dc9de69 authored by LuisPoveda on 25 October 2022, 07:57:14 UTC, committed by bernat on 25 October 2022, 09:56:43 UTC
1 parent 810c653
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