https://github.com/carla-simulator/carla
Revision 8c1181ca00453a62de5dccfa260daa7892a2d1cd authored by Guillermo on 30 July 2020, 08:31:05 UTC, committed by bernat on 30 July 2020, 14:13:17 UTC
1 parent aeb30d6
Raw File
Tip revision: 8c1181ca00453a62de5dccfa260daa7892a2d1cd authored by Guillermo on 30 July 2020, 08:31:05 UTC
Fixed global planner's RoadOptions
Tip revision: 8c1181c
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top