https://github.com/carla-simulator/carla
Raw File
Tip revision: 945fc3d9a519499494e6ef4cfb8197214f412ddf authored by Axel on 22 September 2020, 14:08:24 UTC
Content version update
Tip revision: 945fc3d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top