Revision 5490c2dd68839ac9614d96b34c4311511d3d6308 authored by Marc Garcia Puig on 26 February 2019, 17:18:57 UTC, committed by Marc Garcia Puig on 01 March 2019, 01:36:17 UTC
1 parent c4c8ac8
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