Revision 10204339a0f5c19afdca8f6208c27c3602704178 authored by Manish on 23 April 2019, 13:23:00 UTC, committed by Néstor Subirón on 09 July 2019, 17:18:46 UTC
1 parent fded92c
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