Revision b32514edb715c23e9f04602b74428435b844e310 authored by bernat on 29 January 2021, 08:54:05 UTC, committed by bernat on 02 March 2021, 12:06:31 UTC
1 parent eacda53
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