https://github.com/carla-simulator/carla
Revision 9dd350f3227d35d4742bb81f70e694cae5ab8452 authored by German Ros on 18 December 2018, 23:54:02 UTC, committed by nsubiron on 19 December 2018, 11:33:58 UTC
1 parent 1ca9e31
Raw File
Tip revision: 9dd350f3227d35d4742bb81f70e694cae5ab8452 authored by German Ros on 18 December 2018, 23:54:02 UTC
waypoint bug fixed: height
Tip revision: 9dd350f
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top