Revision 07c09fd93bb12cbde4efa9f739ff83bb52c853a5 authored by Marc Garcia Puig on 03 February 2020, 17:09:03 UTC, committed by Axel1092 on 04 February 2020, 09:39:01 UTC
1 parent 92f2dde
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