https://github.com/carla-simulator/carla
Raw File
Tip revision: db4fd44c9926d8b0977759eb5d188f8b37f14fcd authored by nsubiron on 27 May 2019, 14:49:05 UTC
Update changelog
Tip revision: db4fd44
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top