https://github.com/carla-simulator/carla
Raw File
Tip revision: a0ec9bfd692691d2b1d900544d30657499f10b46 authored by doterop on 17 December 2020, 14:36:14 UTC
Merge branch 'dev' into doterop/doc_control_level_layers
Tip revision: a0ec9bf
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top