Revision 6f4db2a952a734e3361e6275cdca89d27c55ac31 authored by germanros1987 on 10 April 2019, 20:46:21 UTC, committed by GitHub on 10 April 2019, 20:46:21 UTC
2 parent s 95a8dc8 + 458072c
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