https://github.com/carla-simulator/carla
Raw File
Tip revision: f97a583134e19b8b9f3ce81e420708e60e4e2cde authored by bernatx on 03 September 2022, 07:03:36 UTC
changelog
Tip revision: f97a583
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top