Revision 3af14283f82bdf0083aa0cde6886d9970ce71d62 authored by nsubiron on 23 October 2018, 16:16:27 UTC, committed by nsubiron on 28 October 2018, 09:08:41 UTC
(cherry picked from commit 9aed85ed3788418777787d939fd21be0523e6cb8)
1 parent 7e9656e
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