https://github.com/carla-simulator/carla
Raw File
Tip revision: 2f127f2e26b20533ee920a4a80ce3cc0ec2dffa9 authored by nsubiron on 13 June 2019, 10:43:38 UTC
Update CHANGELOG
Tip revision: 2f127f2
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top