https://github.com/carla-simulator/carla
Raw File
Tip revision: 5df612cbf3e4692f4c59a2e9f2b8436bed8ff3b8 authored by bernatx on 19 September 2022, 20:54:13 UTC
set development package
Tip revision: 5df612c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top