https://github.com/carla-simulator/carla
Raw File
Tip revision: 0784869d65e643423c09b626bc3f1bfd508e7b9b authored by Jacopo Bartiromo on 11 January 2022, 16:13:02 UTC
Changes to automatic_control to include imitation agent
Tip revision: 0784869
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top