Revision de8b2e4ada4961a4d9dd73b8e185f575daefb584 authored by doterop on 20 November 2020, 17:51:16 UTC, committed by doterop on 04 December 2020, 11:39:34 UTC
1 parent 127823b
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