https://github.com/carla-simulator/carla
Revision efd06cd71c37a79407b741e2cc910ee41cccd704 authored by Manish on 01 April 2019, 13:41:37 UTC, committed by nsubiron on 01 April 2019, 16:10:28 UTC
1 parent d0f8efd
Raw File
Tip revision: efd06cd71c37a79407b741e2cc910ee41cccd704 authored by Manish on 01 April 2019, 13:41:37 UTC
Trigger boxes' color is different for each actor
Tip revision: efd06cd
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top