Revision 4e3c859eee2903b506b30b621ddf19c61b8b4957 authored by Marc Garcia Puig on 30 October 2019, 10:21:19 UTC, committed by GitHub on 30 October 2019, 10:21:19 UTC
2 parent s 769ec32 + 714f8c4
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