Revision be10b651f1a9a2773c9d990cfbf82021e0d4c99e authored by corkyw10 on 08 February 2021, 09:30:37 UTC, committed by Corinne on 19 February 2021, 16:24:52 UTC
1 parent 340ecc1
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