https://github.com/carla-simulator/carla
Raw File
Tip revision: 283e59af66e5cff818b81c12aa1fec4793c475fe authored by Marcel Pi on 28 April 2023, 14:43:23 UTC
More Chaos changes.
Tip revision: 283e59a
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top