https://github.com/carla-simulator/carla
Raw File
Tip revision: 1798e57ef9113cc150c198d05f8224e66af428db authored by Néstor Subirón on 28 February 2019, 15:08:48 UTC
Merge branch 'master' into autogenerate-map-commandlet
Tip revision: 1798e57
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top