https://github.com/carla-simulator/carla
Revision 859dfffb5e536e478abc25e21b2b05e125f6014d authored by Jacopo Bartiromo on 13 October 2020, 14:26:00 UTC, committed by Jacopo Bartiromo on 14 October 2020, 09:16:40 UTC
1 parent 00b2d85
Raw File
Tip revision: 859dfffb5e536e478abc25e21b2b05e125f6014d authored by Jacopo Bartiromo on 13 October 2020, 14:26:00 UTC
Sorts vehicles by ID to avoid race condition in TM
Tip revision: 859dfff
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top