https://github.com/carla-simulator/carla
Raw File
Tip revision: 503452623e0e92772d7aace3fb8a4dbe5ea91f92 authored by Guillermo on 28 July 2021, 07:37:45 UTC
Merge branch 'dev' into glopez/new_agents_api
Tip revision: 5034526
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top