https://github.com/carla-simulator/carla
Raw File
Tip revision: aea51c0c893cd93b13a4e5db6a843098e0d24749 authored by Daniel Santos-Oliván on 21 June 2021, 09:50:28 UTC
Improve the load of the sublevels
Tip revision: aea51c0
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top