https://github.com/carla-simulator/carla
Raw File
Tip revision: afe578585f1fa0d72b97f0aea67211dffcf06856 authored by Axel on 30 September 2020, 21:48:38 UTC
Merge branch 'axel/package-python2' of https://github.com/carla-simulator/carla into axel/package-python2
Tip revision: afe5785
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top