https://github.com/carla-simulator/carla
Revision 530f56e78b999550670c7e5002b9b740218b8a58 authored by Axel on 20 October 2020, 10:48:39 UTC, committed by bernat on 20 October 2020, 14:24:00 UTC
1 parent 59e171a
Raw File
Tip revision: 530f56e78b999550670c7e5002b9b740218b8a58 authored by Axel on 20 October 2020, 10:48:39 UTC
Changed LaneType enum from unsigned to signed type
Tip revision: 530f56e
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top