Revision 3fff811bb83298254f20dc34744ad5ee1bd744f0 authored by Axel on 04 December 2020, 15:24:36 UTC, committed by bernat on 10 December 2020, 19:38:33 UTC
1 parent b068dd8
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