Revision 435b82b610ab5442fe1af2d9923db206101bc3db authored by corkyw10 on 09 February 2021, 14:33:33 UTC, committed by Corinne on 19 February 2021, 16:24:52 UTC
1 parent 9676718
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