https://github.com/carla-simulator/carla
Raw File
Tip revision: 1334116a9845cfb21fad1751a9fc1aedd91d2f21 authored by Daniel on 29 January 2019, 18:51:51 UTC
Optimization
Tip revision: 1334116
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top