https://github.com/carla-simulator/carla
Raw File
Tip revision: 5d0e6e1de26c7d6df541716d4cad68b8604dbbed authored by Jacopo Bartiromo on 20 April 2021, 07:07:08 UTC
Remove waypoint sorting
Tip revision: 5d0e6e1
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top