https://github.com/carla-simulator/carla
Raw File
Tip revision: c3f856d7f8d083d452be07a3e440a2822b58a7ca authored by Aaron on 07 December 2022, 11:20:14 UTC
Merge branch 'aaron/osmdownloader' of https://github.com/carla-simulator/carla into aaron/osmdownloader
Tip revision: c3f856d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top