https://github.com/carla-simulator/carla
Revision a9d17aa665a77c3694b4bf04d08353362da7415c authored by Roel Algaba Brizuela on 28 April 2021, 07:43:24 UTC, committed by bernat on 16 June 2021, 21:03:41 UTC
1 parent 7a4339b
Raw File
Tip revision: a9d17aa665a77c3694b4bf04d08353362da7415c authored by Roel Algaba Brizuela on 28 April 2021, 07:43:24 UTC
Fix for warnings of mobility type in buildings
Tip revision: a9d17aa
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top