Revision 57ba6d462e8f42b4834c89ac3fe9d72b16e1f7f1 authored by Daniel on 27 March 2019, 14:10:11 UTC, committed by Daniel on 07 May 2019, 09:53:52 UTC
1 parent b6549ad
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