Revision 7891a0b1380306d980cdbb519cb0206bc3029683 authored by nsubiron on 03 November 2018, 11:28:14 UTC, committed by nsubiron on 03 November 2018, 11:28:14 UTC
1 parent dca0bf8
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