Revision 10458238a22bf8606fbd6f65a1a88ce57f447164 authored by Roel Algaba Brizuela on 10 June 2021, 14:13:36 UTC, committed by Roel Algaba Brizuela on 10 June 2021, 14:13:36 UTC
1 parent 830c9a1
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