Revision b5c565d49f8cdb34ab4e7ff6d0719ba6ef75d436 authored by nsubiron on 08 November 2018, 11:50:30 UTC, committed by nsubiron on 08 November 2018, 11:50:30 UTC
1 parent b113b97
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.9.0)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top