https://github.com/carla-simulator/carla
Raw File
Tip revision: 7ab2fd6f7ae3e164a935ffbeac7e80f5f676f4ba authored by nsubiron on 13 June 2019, 09:38:07 UTC
Prevent generating waypoints at zero distance
Tip revision: 7ab2fd6
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top