https://github.com/carla-simulator/carla
Raw File
Tip revision: 43ead3278752b71c6f6128c359746e3bf59d861c authored by nsubiron on 28 February 2019, 23:15:27 UTC
Increase default time-out
Tip revision: 43ead32
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top