https://github.com/carla-simulator/carla
Raw File
Tip revision: f1d7caec677c76516471fa85fccb29d45e598b0f authored by Marcel Pi on 12 June 2023, 10:36:44 UTC
More BP_Sky changes and add checks in CarlaEngine and CarlaServer.
Tip revision: f1d7cae
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top