https://github.com/carla-simulator/carla
Raw File
Tip revision: fa6be64bd757fd9b4edeceee524dc42a45947e18 authored by wattsavolt on 13 May 2019, 14:29:54 UTC
Fixing compile error caused by accidental removal of code in the file
Tip revision: fa6be64
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top