https://github.com/carla-simulator/carla
Raw File
Tip revision: 197089dd2952f0c5bdc759339384f90377c0eed3 authored by bernat on 05 February 2020, 18:06:43 UTC
Changelog
Tip revision: 197089d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top