Revision 8acb93aceb3133c6e6024d105aa52f655430bb50 authored by wattsavolt on 26 June 2019, 17:46:04 UTC, committed by wattsavolt on 26 June 2019, 17:46:04 UTC
1 parent 7c59b4e
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