Revision c23abbb0ce826184cde179d0ac96e42333dd0ddc authored by wattsavolt on 21 June 2019, 17:30:46 UTC, committed by wattsavolt on 21 June 2019, 17:30:46 UTC
1 parent b8b2eef
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