https://github.com/carla-simulator/carla
Raw File
Tip revision: 09bbcfcd41bc9eda710edf2dd526d03b8987b44a authored by Néstor Subirón on 08 July 2019, 16:43:54 UTC
Merge branch 'master' into fdomf/docs
Tip revision: 09bbcfc
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top