https://github.com/carla-simulator/carla
Revision 8e1f45da1ed06eca70fcef7e09571513a7f99c10 authored by German Ros on 21 December 2018, 20:47:02 UTC, committed by nsubiron on 21 December 2018, 21:03:16 UTC
1 parent 09a74db
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