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

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

add_subdirectory("LibCarla/cmake")
back to top