https://github.com/carla-simulator/carla
Raw File
Tip revision: 5750cb942bc91624aa378e7b52a24cf887aeb722 authored by Daniel on 28 February 2019, 14:12:09 UTC
Engine no longer removed
Tip revision: 5750cb9
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top