Revision b11bfcfdb196ea51900734ddc8e94302a23b7b68 authored by germanros1987 on 16 December 2018, 07:28:20 UTC, committed by GitHub on 16 December 2018, 07:28:20 UTC
1 parent 118b1aa
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