https://github.com/carla-simulator/carla
Raw File
Tip revision: 23723069c1d4c8ad4cef0c649437a801bc24701c authored by German Ros on 29 March 2019, 19:50:39 UTC
Fix: global router to be consistent with the new Waypoint API
Tip revision: 2372306
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top