Revision bb53973e0d4eb6d9c4a5e40dd2469fe1e5a0ef31 authored by wattsavolt on 04 June 2019, 16:59:40 UTC, committed by Néstor Subirón on 27 June 2019, 14:13:43 UTC
1 parent b8295b4
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