https://github.com/carla-simulator/carla
Raw File
Tip revision: c768c4db59f6b1555191461e734a3044281566ab authored by Francesc Domene on 03 September 2019, 11:12:04 UTC
Merge branch 'master' into fdomf/docs
Tip revision: c768c4d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top