Revision 53af139476511f76d65becfed66a9ef154362f1d authored by Francesc Domene on 02 September 2019, 13:12:36 UTC, committed by GitHub on 02 September 2019, 13:12:36 UTC
2 parent s 0211a55 + 4edfd65
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