https://github.com/carla-simulator/carla
Raw File
Tip revision: 8e1f45da1ed06eca70fcef7e09571513a7f99c10 authored by German Ros on 21 December 2018, 20:47:02 UTC
requested changes: navigation code moved to Agent.py
Tip revision: 8e1f45d
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top