https://github.com/carla-simulator/carla
Raw File
Tip revision: cd98583c4700a73b9ec9ee368006fbdb1e456ddb authored by Axel on 21 February 2020, 08:19:23 UTC
Added A* pathfinding.
Tip revision: cd98583
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top