https://github.com/carla-simulator/carla
Raw File
Tip revision: f4229a81ff7af7ae236fe0f16190ed070e5952d6 authored by bernat on 13 April 2021, 15:26:14 UTC
set package in development config
Tip revision: f4229a8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top