https://github.com/carla-simulator/carla
Revision 67dda945291dda379803abd54ac8ce3805d7a6d1 authored by German Ros on 13 December 2018, 19:55:34 UTC, committed by nsubiron on 19 December 2018, 11:32:07 UTC
1 parent 400a768
Raw File
Tip revision: 67dda945291dda379803abd54ac8ce3805d7a6d1 authored by German Ros on 13 December 2018, 19:55:34 UTC
New driving classes to perform vehicle control from CARLA clients
Tip revision: 67dda94
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top