https://github.com/carla-simulator/carla
Raw File
Tip revision: 6ef82e789b6262865325580cb9be6ab29ca02949 authored by Jacopo Bartiromo on 18 November 2020, 16:02:58 UTC
Initial commit
Tip revision: 6ef82e7
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top