https://github.com/carla-simulator/carla
Raw File
Tip revision: 846c2f84a3b234a0aab7cca64b903d0f599ade73 authored by dotero on 13 February 2020, 10:07:56 UTC
Merge branch 'doterop/MapAPI' of https://github.com/carla-simulator/carla into doterop/MapAPI
Tip revision: 846c2f8
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top