Revision efb538dab39878dac7e68b6b6e3f708654a8a42d authored by Roel Algaba Brizuela on 14 June 2021, 08:23:21 UTC, committed by bernat on 16 June 2021, 21:03:53 UTC
1 parent 5d31f0d
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