Revision 3985512ccb36d0a6e6ad487622e8a00c61fbabb6 authored by Daniel Santos-Olivan on 15 December 2020, 18:32:19 UTC, committed by bernat on 15 December 2020, 21:31:48 UTC
1 parent 76bb65d
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