https://github.com/carla-simulator/carla
Raw File
Tip revision: 6cb073f37bc3a07dd35904afec27b757a15efa8a authored by Joel Moriana on 31 March 2021, 08:28:43 UTC
added unload_all_map_layers and real_time arguments
Tip revision: 6cb073f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top