Revision 804f6a4dacb7755a02b9b473ef0352de3dcc7873 authored by bernat on 08 March 2021, 20:35:31 UTC, committed by bernat on 09 March 2021, 09:00:25 UTC
1 parent e55f47c
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