https://github.com/carla-simulator/carla
Revision b7b3209dbc1024052ef03eef5431dea695f2ae51 authored by bernat on 26 July 2019, 08:03:04 UTC, committed by GitHub on 26 July 2019, 08:03:04 UTC
2 parent s 58badff + 47cfba6
Raw File
Tip revision: b7b3209dbc1024052ef03eef5431dea695f2ae51 authored by bernat on 26 July 2019, 08:03:04 UTC
Merge branch 'master' into fdomf/docs
Tip revision: b7b3209
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top